UNPKG

320 BTypeScriptView Raw
1// Type definitions for isomorphic-fetch 0.0
2// Project: https://github.com/matthew-andrews/isomorphic-fetch
3// Definitions by: Todd Lucas <https://github.com/toddlucas>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6declare namespace _fetch { }
7declare const _fetch: typeof fetch;
8export = _fetch;