Skip to content

Typescript implicitly any #162

@AntonSvyatchenko

Description

@AntonSvyatchenko

A new expression whose target does not have a constructor signature is implicitly of type any.
const cyrillicToTranslit = new CyrillicToTranslit();
It's more correct to write:
const cyrillicToTranslit = CyrillicToTranslit();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions