Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.148.217.66
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
path-type /
Delete
Unzip
Name
Size
Permission
Date
Action
node_modules
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
index.js
841
B
-rw-r--r--
2015-09-04 08:33
license
1.09
KB
-rw-r--r--
2014-04-06 15:43
package.json
1.7
KB
-rw-r--r--
2021-02-04 21:24
readme.md
728
B
-rw-r--r--
2015-09-04 08:27
Save
Rename
# path-type [](https://travis-ci.org/sindresorhus/path-type) > Check if a path is a file, directory, or symlink ## Install ``` $ npm install --save path-type ``` ## Usage ```js var pathType = require('path-type'); pathType.file('package.json').then(function (isFile) { console.log(isFile); //=> true }) ``` ## API ### .file(path) ### .dir(path) ### .symlink(path) Returns a promise that resolves to a boolean of whether the path is the checked type. ### .fileSync(path) ### .dirSync(path) ### .symlinkSync(path) Returns a boolean of whether the path is the checked type. ## License MIT © [Sindre Sorhus](http://sindresorhus.com)