/
home
/
techb158
/
balavpn.abdallabala.com
/
node_modules
/
path-exists
/
/home/techb158/balavpn.abdallabala.com/node_modules/path-exists
mkdir
upload
Name
Size
Mode
Actions
index.d.ts
429
0666
edit
dl
rm
index.js
347
0666
edit
dl
rm
license
1109
0666
edit
dl
rm
package.json
607
0666
edit
dl
rm
readme.md
1427
0666
edit
dl
rm
Edit:
/home/techb158/balavpn.abdallabala.com/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