Skip to content

Commit

Permalink
expose create in addition to createZlFetch
Browse files Browse the repository at this point in the history
  • Loading branch information
zellwk committed Nov 22, 2023
1 parent d8451db commit 5e8a033
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ let fn = coreFetch
fn = createShorthandMethods(fn)

export default fn
export const createZlFetch = create
const createZlFetch = create

export { create, createZlFetch }

0 comments on commit 5e8a033

Please sign in to comment.