node-fs-exists-sync

Drop-in replacement for Node.js's `fs.existsSync` with zero dependencies
  https://github.com/jonschlinkert/fs-exists-sync
  0
  no reviews



Fs-exists-sync is a drop-in replacement for Node.js's `fs.existsSync` with no dependencies. Other libraries have crucial differences from fs.existsSync, or unnecessary dependencies.

Node.js is an event-based server-side JavaScript engine.