mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-08 14:44:37 +00:00
* Fix type of createPushResponse() in node http2. From https://github.com/nodejs/node/blob/master/lib/internal/http2/compat.js#L628: `callback` is required to be a function. And its second argument is an `Http2ServerResponse`. * `err` is nullable. * delete redundant tests that have partial arguments