Add type declarations to package?

Author: MisterGoodcatCreated Dec 23, 2016Updated Oct 22, 2023

Hi,

at the moment, the type declarations available for numeral seem outdated (see https://www.npmjs.com/package/@types/numeral or directly here: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/types-2.0/numeral/index.d.ts). The recommended way instead of keeping separate declarations in the @types/DefinitelyTyped repo is to include them in your NPM package, anyway:

https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html

Do you see any chance for this?

Thank you!