UNPKG

208 BTypeScriptView Raw
1import fetchMock from 'fetch-mock';
2declare type AugmentedFetchMock = typeof fetchMock & {
3 isMocked(): boolean;
4};
5declare const augmentedFetchMock: AugmentedFetchMock;
6export default augmentedFetchMock;