D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
whatsapp-api
/
node_modules
/
escalade
/
Filename :
index.d.mts
back
Copy
type Promisable<T> = T | Promise<T>; export type Callback = ( directory: string, files: string[], ) => Promisable<string | false | void>; export default function ( directory: string, callback: Callback, ): Promise<string | void>;