mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 20:09:15 +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