5 строки
113 B
TypeScript
5 строки
113 B
TypeScript
|
declare module 'node-fetch' {
|
||
|
// Just reuse the types from the built-in window.fetch
|
||
|
export = window.fetch
|
||
|
}
|