Skip to content

Commit

Permalink
Expose all methods
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Oct 9, 2021
1 parent 55ba26b commit 4e6ad0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ const autoFetch = (location, options) => {
}

export default autoFetch
export {
localFetch,
fetch,
autoFetch,
isRemote
}

0 comments on commit 4e6ad0f

Please sign in to comment.