node-fetch.d.ts: fix comment

This commit is contained in:
Torsten Werner
2016-05-31 08:17:45 +02:00
parent a0599f53fc
commit 8af4eb0036

View File

@@ -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 {