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
/
fs
/
index.d.ts
3 lines
(2 loc)
•
148 B
TypeScript
View Raw
1
2
3
export
declare
const
pathExists
:
(
path
:
string
) =>
Promise
<
boolean
>;
export
declare
const
getUniqueFilename
:
(
filename
:
string
) =>
Promise
<
string
>;