typed-hapi-auth-jwt2
v7.0.0
Published
The type definition for [`hapi-auth-jwt2`](https://github.com/dwyl/hapi-auth-jwt2)
Readme
Typed Hapi Auth Jwt 2
The type definition for hapi-auth-jwt2
LICENSE
MIT
Contributing
# Fork this repo
npm install
npm run watch
# add tests, make changes, pass tests ... then [ctrl+c]
npm run publishUpdating
Update typings.json/version to match the source version you are typing against.
e.g. if you are creating typings for [email protected], then:
// typings.json
{
"version": "3.5.0"
// ...
}