ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.31k stars 384 forks source link

TypeScript Definitions *please* #102

Closed lelong37 closed 9 years ago

lelong37 commented 9 years ago

Could you be so kind to create the TypeScript Definitions for this wonderful package?

For additional TypeScript context:

http://definitelytyped.org/ https://github.com/borisyankov/DefinitelyTyped

I would love to do a pull request and help, however this is my first day using express-handlebars, coming from vash engine, strict typing, build/compile time errors, and real intellisense would have been a great help. TypeScript could help you guys as well, it's just (over simplification here) ES5, ES6 - next version of JS, with strict typing) compiled to JS that will run in modern browsers today.

ericf commented 9 years ago

How do TypeScript definitions work in Node.js and with npm modules?

ericf commented 9 years ago

Closing this, if you'd like to reopen this discussion please open a PR for this.