UNPKG
@gersur/nest-file-fastify
Version:
latest (1.0.0)
1.0.0
fastify-multipart decorators for Nest.js
blazity.com
@gersur/nest-file-fastify
/
build
/
src
/
stream
/
index.d.ts
4 lines
(3 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
/// <reference types="node" />
import
{ pipeline }
from
"stream"
;
export
declare
const
pump
:
typeof
pipeline.
__promisify__
;