path-empty

0.0.1 • Public • Published

path-empty Build Status

Check if a path is empty

Install

$ npm install --save path-empty

Usage

const pathEmpty = require('path-empty')

// async mode
pathEmpty('./inori')
	.then(empty => {
		console.log(empty)
		// => false, the path is not empty
	})

// sync mode
pathEmpty.sync('./inori')
// => false, the path is not empty

License

MIT © EGOIST

Readme

Keywords

Package Sidebar

Install

npm i path-empty

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • kchan