UNPKG

http2.js-client

Version:

Patch http2-client to use custom http2.js (node-http2)

12 lines (11 loc) 255 B
declare const noop: () => void; declare const noopLog: { debug: () => void; error: () => void; fatal: () => void; info: () => void; trace: () => void; warn: () => void; child: () => any; }; export { noop, noopLog };