1.0.7 • Published 4 years ago

hyper-express-types v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Unofficial hyperexpress types


Its generated using typescript compiler types genertion from js files

But running npx -p typescript tsc src/**/*.js --declaration --allowJs --emitDeclarationOnly --outDir types directly throws unexpected PrivateIdentifier error

So to types generate i modified all properties begining with # which represents private class properties to beign with _

Just as a workaround to get types. There will definately be better ways for doing this.

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago