From 936c9dff2bc124dc5f64906a96f665a28e57392c Mon Sep 17 00:00:00 2001 From: Flavio Stutz Date: Fri, 13 Oct 2023 07:26:21 -0300 Subject: [PATCH] fix(types): export GetKeyFunction (#592) Resolves #591 --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index f0a0f4e019..97b4a623af 100644 --- a/src/index.ts +++ b/src/index.ts @@ -96,6 +96,7 @@ export type { JWTHeaderParameters, JSONWebKeySet, CryptoRuntime, + GetKeyFunction, } from './types.d' export { default as cryptoRuntime } from './util/runtime.js'