Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 0f9a079

Browse files
committed
fix: fetch type
make it work on deno
1 parent 55282ed commit 0f9a079

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/types.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import crossFetch from 'cross-fetch'
2-
3-
export type Fetch = typeof crossFetch
1+
export type Fetch = typeof fetch
42

53
export enum ResponseType {
64
json,

0 commit comments

Comments
 (0)