@types/isomorphic-fetch
Version:
TypeScript definitions for isomorphic-fetch
9 lines (7 loc) • 320 B
TypeScript
// 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;