TypeScript-Handbook icon indicating copy to clipboard operation
TypeScript-Handbook copied to clipboard

Don't use "lodash" and "express" as ambient types

Open ghost opened this issue 8 years ago • 1 comments

Ref: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/12394#issuecomment-298825183 These are declared as modules and should be imported, not referenced.

ghost avatar May 11 '17 15:05 ghost

Created repo https://github.com/Delagen/types-lodash with compiled version that support ambient mode

Delagen avatar Jul 03 '17 09:07 Delagen