jose/src/runtime/fetch.d.ts
2020-11-15 13:17:21 +01:00

3 lines
108 B
TypeScript

import type { FetchFunction } from './interfaces.d'
declare const fetch: FetchFunction
export default fetch