diff --git a/src/index.ts b/src/index.ts index 5b4990f7d6..1c7bf33029 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'