mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-20 00:59:29 +08:00
* [node] Add http2 type definitions * More restrictive headers type * Split Headers into incoming and outgoing * Small changes * Add tests and make corrections that surfaced while writing them * Use spread operator instead of Object.assign * Address comments