Skip to content

Commit

Permalink
fix(typescript): export ProduceJWT (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Oct 15, 2021
1 parent cd850ef commit 2b8738e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export { jwtVerify } from './jwt/verify.js'
export type { JWTVerifyOptions, JWTVerifyGetKey } from './jwt/verify.js'
export { jwtDecrypt } from './jwt/decrypt.js'
export type { JWTDecryptOptions, JWTDecryptGetKey } from './jwt/decrypt.js'
export type { ProduceJWT } from './jwt/produce.js'

export { CompactEncrypt } from './jwe/compact/encrypt.js'
export { FlattenedEncrypt } from './jwe/flattened/encrypt.js'
Expand Down

0 comments on commit 2b8738e

Please sign in to comment.