1.0.7 • Published 3 years ago

hyper-express-types v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago