mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
import type { FetchFunction } from './interfaces.d'
|
|
declare const fetch: FetchFunction
|
|
export default fetch
|