????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/webpack/lib/serialization/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/webpack/lib/serialization/types.js |
/* MIT License http://www.opensource.org/licenses/mit-license.php */ "use strict"; /** @typedef {undefined|null|number|string|boolean|Buffer|Object|(() => ComplexSerializableType[] | Promise<ComplexSerializableType[]>)} ComplexSerializableType */ /** @typedef {undefined|null|number|bigint|string|boolean|Buffer|(() => PrimitiveSerializableType[] | Promise<PrimitiveSerializableType[]>)} PrimitiveSerializableType */ /** @typedef {Buffer|(() => BufferSerializableType[] | Promise<BufferSerializableType[]>)} BufferSerializableType */ module.exports = {};