exists-case

0.1.0 • Public • Published

exists-case

Wrap fs.exists for case sensitivity


NPM version Build Status Build Status NPM downloads

Install

$ npm install exists-case -g

Usage

var exists = require('exists-case');
// try to test Package.json in cwd
exists('Package.json', function(result) {
  result.should.be.false;
});

Same as sync way

var exists = require('exists-case');
// try to test Package.json in cwd
exists.sync('Package.json').should.be.false;

LISENCE

Copyright (c) 2015 popomore. Licensed under the MIT license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    315
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    315

Package Sidebar

Install

npm i exists-case

Weekly Downloads

213

Version

0.1.0

License

MIT

Last publish

Collaborators

  • popomore