mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-12 21:13:14 +08:00
* Fix isomorphic-fetch IHeaders.get signature According to the specification, get can return null, so this should be explicit, since TS 2.0. * Remove trailing whitespace * Fix Lint