/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
path-exists
/
/var/www/greso.tech/server/nsm/node_modules/path-exists
mkdir
upload
Name
Size
Mode
Actions
index.d.ts
429
0644
edit
dl
rm
index.js
347
0644
edit
dl
rm
license
1109
0644
edit
dl
rm
package.json
607
0644
edit
dl
rm
readme.md
1427
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/path-exists/index.d.ts
(429B)
declare const pathExists: { /** Check if a path exists. @returns Whether the path exists. @example ``` // foo.ts import pathExists = require('path-exists'); (async () => { console.log(await pathExists('foo.ts')); //=> true })(); ``` */ (path: string): Promise<boolean>; /** Synchronously check if a path exists. @returns Whether the path exists. */ sync(path: string): boolean; }; export = pathExists;
Save
cmd:
run