Hacker News new | ask | show | jobs
Three Ways to Provide (TypeScript) Type Definitions to Open-Source Libraries (triplet.fi)
3 points by Tx3 3251 days ago
1 comments

Good article. I've read about these options before, but not together, so now it's much clearer, cheers.

One thing about Definitions from Definitely Typed that is concerning me ........ how do we know that the functions we're seeing in autocomplete represent all of the available functions of the JS library?

Maybe the library has a brilliant update that we are now going to miss...