UNPKG

fetch-h2-br

Version:

🥐 Brotli decoder to fetch-h2-br

14 lines 363 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const iltorb_1 = require("iltorb"); function brDecode() { return { name: 'br', decode(stream) { return stream.pipe(iltorb_1.decompressStream()); } }; } exports.default = brDecode; exports.brDecode = brDecode; //# sourceMappingURL=index.js.map