is-d
Check if a file is a directory
Install
$ npm install --save is-d
Usage
const isDirectory = ; isDirectory;//=> false ;
API
isDirectory(path)
isDirectory.sync(path)
path
Type: string
The path of the file.
License
MIT © Sam Verschueren
Check if a file is a directory
$ npm install --save is-d
const isDirectory = ; isDirectory;//=> false ;
Type: string
The path of the file.
MIT © Sam Verschueren
npm i is-d
9,062
1.0.0
MIT