UNPKG
@aprilnea/nest-file-fastify
Version:
latest (0.1.0)
0.1.0
fastify-multipart decorators for Nest.js
@aprilnea/nest-file-fastify
/
build
/
src
/
crypto
/
index.js
7 lines
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
randomBytes
=
void
0
;
const
util_1 =
require
(
"util"
);
const
crypto_1 =
require
(
"crypto"
);
exports
.
randomBytes
= (
0
, util_1.
promisify
)(crypto_1.
randomBytes
);
//# sourceMappingURL=index.js.map