-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
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();
evgeniy-krivenko, mvodyanov, tomasedk, Devaiser, RedMickey and 2 more
Metadata
Metadata
Assignees
Labels
No labels