lighthouse/types/isomorphic-fetch.d.ts

5 строки
119 B
TypeScript

declare module 'isomorphic-fetch' {
// Just reuse the types from the built-in window.fetch
export = window.fetch
}