Skip to content

Commit

Permalink
Merge pull request #6 from bloq/fix-fetch-plus-plus-typings
Browse files Browse the repository at this point in the history
Fix export in fetch plus plus type def
  • Loading branch information
gndelia authored Feb 21, 2024
2 parents 941b3d1 + 49b8a5f commit d9fcb99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/fetch-plus-plus/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ declare function fetchPlusPlus(
url: Request['url'],
options?: RequestInit & ExtendedOptions
): Promise<any>
export default fetchPlusPlus
export = fetchPlusPlus

0 comments on commit d9fcb99

Please sign in to comment.