UNPKG

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