page.js icon indicating copy to clipboard operation
page.js copied to clipboard

You now have TypeScript definitions

Open altano opened this issue 10 years ago • 4 comments
trafficstars

Hey All,

I've made TypeScript definitions for this project readily available making this the easiest standalone router to use with TypeScript. If you'd like to add the DefinitelyTyped badge to your project badges it might help others in the future. Your call.

Either way, thanks!

altano avatar Jan 31 '15 23:01 altano

I think it's should be useful for TS users. But I don't know how it work :D Can you make PR with badge?

A avatar Feb 21 '15 21:02 A

But the project is not es6 typescript compatible. https://github.com/Microsoft/TypeScript/issues/3337

bigomega avatar Mar 29 '16 12:03 bigomega

Hey, Typescript novice here. Is Definitely Typed still the way to submit typings? I thought it was replaced by some other method...

matthewp avatar Jan 14 '18 20:01 matthewp

Hey, Typescript novice here. Is Definitely Typed still the way to submit typings? I thought it was replaced by some other method...

It still is the one and only central repository that holds definitions. And @types is the npm namespace that distribute them.

Although, by far the best is still to have typings inside the code source directly and link it from package.json as it's less likely to fall out of sync then.

AlexGalays avatar Nov 20 '18 18:11 AlexGalays