UNPKG

fetch-mock-cache

Version:

Caching mock fetch implementation for all runtimes and frameworks.

3 lines (2 loc) 146 B
import createCachingMock from "./runtimes/node.js"; export declare function createTestsForMock(mock: ReturnType<typeof createCachingMock>): void;