Skip to content

Commit

Permalink
feat: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed Apr 22, 2024
1 parent 22b8f37 commit 168994c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ export const createFetch = <Error = unknown>(config?: CreateFetchOption) => {
});
};
};

betterFetch.native = fetch;
export type BetterFetch = typeof betterFetch;
export type CreateFetch = typeof createFetch;
Expand Down

0 comments on commit 168994c

Please sign in to comment.