fs-exists-sync-with-case

1.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i fs-exists-sync-with-case

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • chriseckenrode