Skip to content

Commit 5595032

Browse files
committed
Add fetch to type definition for constructor options
1 parent 3fc58e6 commit 5595032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ declare module 'replicate' {
6363
auth: string;
6464
userAgent?: string;
6565
baseUrl?: string;
66+
fetch: Function;
6667
});
6768

6869
auth: string;

0 commit comments

Comments
 (0)