lighthouse/types/node-fetch.d.ts

5 строки
113 B
TypeScript
Исходник Обычный вид История

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