Bakhtina Sofya b84cb877be 1st comm | 3 долоо хоног өмнө | |
---|---|---|
.. | ||
node_modules | 3 долоо хоног өмнө | |
index.js | 3 долоо хоног өмнө | |
license | 3 долоо хоног өмнө | |
package.json | 3 долоо хоног өмнө | |
readme.md | 3 долоо хоног өмнө |
Check if a path is a file, directory, or symlink
$ npm install path-type
const pathType = require('path-type');
pathType.file('package.json').then(isFile => {
console.log(isFile);
//=> true
})
Returns a Promise
for a boolean
of whether the path is the checked type.
Returns a boolean
of whether the path is the checked type.
MIT © Sindre Sorhus