1.0.0 • Published 7 years ago

fs-exists-sync-with-case v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

fsExistSyncWithCase

A Fast, Case-Sensitive Replacement for Node's Native fs.existSync

Installation

npm install fs-exist-sync-with-case

Usage

var path = require("path");
var fsExistSyncWithCase = require("fs-exist-sync-with-case");


var fileExists = fsExistSyncWithCase(path.join(__dirname, "../../fiLeToCheCK/with/CASE.md"));
console.log(fileExists) // true or false