Sha256: 4483c606d119af84f36bd6a0173a07840cee66eb59b0348226a197acecf83f12

Contents?: true

Size: 728 Bytes

Versions: 35

Compression:

Stored size: 728 Bytes

Contents

# path-type [![Build Status](https://travis-ci.org/sindresorhus/path-type.svg?branch=master)](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)

Version data entries

35 entries across 34 versions & 15 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/read-pkg/node_modules/path-type/readme.md
disco_app-0.18.0 test/dummy/node_modules/path-type/readme.md
disco_app-0.18.2 test/dummy/node_modules/path-type/readme.md
tang-0.2.1 spec/tang_app/node_modules/read-pkg/node_modules/path-type/readme.md
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/read-pkg/node_modules/path-type/readme.md
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/read-pkg/node_modules/path-type/readme.md
ruby2js-4.0.4 lib/tasks/testrails/node_modules/read-pkg/node_modules/path-type/readme.md
ruby2js-4.0.3 lib/tasks/testrails/node_modules/read-pkg/node_modules/path-type/readme.md
tang-0.2.0 spec/tang_app/node_modules/read-pkg/node_modules/path-type/readme.md
tang-0.1.0 spec/tang_app/node_modules/read-pkg/node_modules/path-type/readme.md
tang-0.0.9 spec/tang_app/node_modules/read-pkg/node_modules/path-type/readme.md
enju_library-0.3.8 spec/dummy/node_modules/read-pkg/node_modules/path-type/readme.md
ilog-0.4.1 node_modules/path-type/readme.md
ilog-0.4.0 node_modules/path-type/readme.md
ilog-0.3.3 node_modules/path-type/readme.md
jester-data-8.0.0 node_modules/path-type/readme.md
ezii-os-5.2.1 node_modules/path-type/readme.md
ezii-os-2.0.1 node_modules/path-type/readme.md
ezii-os-1.1.0 node_modules/path-type/readme.md
ezii-os-1.0.0 node_modules/path-type/readme.md