// Type definitions for isomorphic-fetch 0.0 // Project: https://github.com/matthew-andrews/isomorphic-fetch // Definitions by: Todd Lucas // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare namespace _fetch { } declare const _fetch: typeof fetch; export = _fetch;