Skip to content

Commit 936c9df

Browse files
authored
fix(types): export GetKeyFunction (#592)
Resolves #591
1 parent 5ac6619 commit 936c9df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export type {
9696
JWTHeaderParameters,
9797
JSONWebKeySet,
9898
CryptoRuntime,
99+
GetKeyFunction,
99100
} from './types.d'
100101

101102
export { default as cryptoRuntime } from './util/runtime.js'

0 commit comments

Comments
 (0)