UNPKG

@types/isomorphic-fetch

Version:
9 lines (7 loc) 320 B
// Type definitions for isomorphic-fetch 0.0 // Project: https://github.com/matthew-andrews/isomorphic-fetch // Definitions by: Todd Lucas <https://github.com/toddlucas> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare namespace _fetch { } declare const _fetch: typeof fetch; export = _fetch;