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
/
multipart
/
index.d.ts
4 lines
(3 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
export
*
from
"./options"
;
export
*
from
"./filter"
;
export
{
UploadFilterFile
,
UploadFilterHandler
}
from
"./filter"
;