MCPcopy Create free account
hub / github.com/PacktPublishing/Building-Your-Own-JavaScript-Framework /

Class

chapter2/hapi-libs/compression.js:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15exports = module.exports = internals.Compression = class {
16
17 decoders = {
18 gzip: (options) => Zlib.createGunzip(options),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected