lambda icon indicating copy to clipboard operation
lambda copied to clipboard

Add TypeScript declaration files to DefinitelyTyped (@types)

Open Keksike opened this issue 7 years ago • 2 comments

In order to properly use your library with TypeScript, it should include a TypeScript declaration file which can be published on npm by DefinitelyTyped (@types/@smallwins/lambda).

Keksike avatar Mar 01 '17 09:03 Keksike

I'd love to support this! I also don't know the first thing about writing a declaration file 😬

any tips to get started and/or would you like to help out w this project?

brianleroux avatar Mar 01 '17 23:03 brianleroux

Cool! There is a pretty good guide on how to write the declaration files at codeplex.com, however it might be a little hard to approach if you haven't written TypeScript before.

The contribution guide for DefinitelyTyped can be found here.

I'm willing to try and do a pull request for this maybe next week :)

Keksike avatar Mar 02 '17 07:03 Keksike