Files
DefinitelyTyped/whatwg-fetch
Evan Martin 273448e867 properly type string enums
The API is defined in terms of strings.
TypeScript enums' values are numbers and are not correct for
this API.  Drop the enums and use the new string union type
instead, as it was designed for just this use case.
2016-02-29 16:10:32 -08:00
..
2016-02-29 16:10:32 -08:00