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
/
multipart
/
exceptions.d.ts
2 lines
(1 loc)
•
89 B
TypeScript
View Raw
1
2
export
declare
const
transformException
:
(
err
:
Error
|
undefined
) =>
Error
|
undefined
;