UNPKG

fetch-mock-cache

Version:

Caching mock fetch implementation for all runtimes and frameworks.

4 lines (3 loc) 124 B
import createCachingFetch from "./runtimes/node.js"; export * from "./runtimes/node.js"; export default createCachingFetch;