mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
node-fetch.d.ts: fix comment
This commit is contained in:
7
node-fetch/node-fetch.d.ts
vendored
7
node-fetch/node-fetch.d.ts
vendored
@@ -1,7 +1,6 @@
|
||||
// Type definitions for fetch API
|
||||
// Project: https://github.com/github/fetch
|
||||
// Definitions by: Torsten Werner <https://github.com/torstenwerner> based on whatwg-fetch
|
||||
// that was created by: Ryan Graham <https://github.com/ryan-codingintrigue>
|
||||
// Type definitions for node-fetch based on whatwg-fetch
|
||||
// Project: https://github.com/bitinn/node-fetch
|
||||
// Definitions by: Torsten Werner <https://github.com/torstenwerner>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare class Request extends Body {
|
||||
|
||||
Reference in New Issue
Block a user