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
/
interceptors
/
index.d.ts
5 lines
(4 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
"./file-fields-interceptor"
;
export
*
from
"./file-interceptor"
;
export
*
from
"./any-files-interceptor"
;
export
*
from
"./files-interceptor"
;