Current Path : /home/infinitibizsol/.trash/node_modules.11/formidable/src/parsers/ |
Current File : /home/infinitibizsol/.trash/node_modules.11/formidable/src/parsers/OctetStream.js |
'use strict'; const { PassThrough } = require('stream'); class OctetStreamParser extends PassThrough { constructor(options = {}) { super(); this.globalOptions = { ...options }; } } module.exports = OctetStreamParser;