/
opt
/
canhelp
/
node_modules
/
escalade
/
/opt/canhelp/node_modules/escalade
mkdir
upload
Name
Size
Mode
Actions
dist/
-
0755
rm
sync/
-
0755
rm
index.d.mts
236
0644
edit
dl
rm
index.d.ts
301
0644
edit
dl
rm
license
1104
0644
edit
dl
rm
package.json
1461
0644
edit
dl
rm
readme.md
6993
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/escalade/index.d.mts
(236B)
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>;
Save
cmd:
run