UNPKG
@wujingquan/nest-file-fastify
Version:
latest (1.0.1)
1.0.1
1.0.0
fastify-multipart decorators for Nest.js
github.com/wujingquan/nest-file-fastify
@wujingquan/nest-file-fastify
/
build
/
src
/
stream
/
index.js
7 lines
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
pump
=
void
0
;
const
util_1 =
require
(
"util"
);
const
stream_1 =
require
(
"stream"
);
exports
.
pump
= (
0
, util_1.
promisify
)(stream_1.
pipeline
);
//# sourceMappingURL=index.js.map