exists-case
wrap fs.exists for case sensitivity
Last updated 10 years ago by popomore .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install exists-case 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 0.1.0                                ...           latest (10 years ago)

1 Versions

  • 0.1.0                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (7)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |