UNPKG
fetchninjax
Version:
latest (1.0.0)
1.0.0
A smart React hook for handling fetches with retry, caching, and more
fetchninjax
/
index.js
3 lines
(2 loc)
•
73 B
JavaScript
View Raw
1
2
3
const
useSmartFetch
=
require(
'./app'
)
module
.
exports
= useSmartFetch;