Skip to content

Commit e3b91d3

Browse files
authored
Add fetch to type definition for constructor options (#70)
1 parent 3fc58e6 commit e3b91d3

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)