ItzNotABug / appexpress

An express.js like framework for Appwrite Functions, enabling super-easy navigation!
Apache License 2.0
39 stars 4 forks source link

Support for Typescript #37

Closed bringforthjoy101 closed 2 months ago

bringforthjoy101 commented 3 months ago

Is there support for ExpressJS written in typescript?

ItzNotABug commented 3 months ago

If you mean Typescript support for AppExpress, its not on the roadmap yet but I've extensively used JSDoc for specifying the types and return types. Certain IDEs like Jetbrains IDEs or VSCode can easily detect that.