Skip to content

Commit 1615614

Browse files
committed
fix: export [customFetch] symbol from the default entrypoint
closes #762
1 parent 7ab375c commit 1615614

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ export { calculateJwkThumbprint, calculateJwkThumbprintUri } from './jwk/thumbpr
3535
export { EmbeddedJWK } from './jwk/embedded.js'
3636

3737
export { createLocalJWKSet } from './jwks/local.js'
38-
export { createRemoteJWKSet, jwksCache } from './jwks/remote.js'
38+
export { createRemoteJWKSet, jwksCache, customFetch } from './jwks/remote.js'
3939
export type {
4040
RemoteJWKSetOptions,
4141
JWKSCacheInput,
4242
ExportedJWKSCache,
43-
customFetch,
4443
FetchImplementation,
4544
} from './jwks/remote.js'
4645

0 commit comments

Comments
 (0)