????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/formidable/src/parsers/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/formidable/src/parsers/OctetStream.js |
'use strict'; const { PassThrough } = require('stream'); class OctetStreamParser extends PassThrough { constructor(options = {}) { super(); this.globalOptions = { ...options }; } } module.exports = OctetStreamParser;