file-exists-sync

1.0.1 • Public • Published

File Exists Sync

Check if a file exists in Node.js.

Why a new file-exists check?

  • uses a non-deprecated version of fs
  • no need for promises
  • ES6 default import

Setup

> npm install file-exists-sync

import exists from 'file-exists-sync';
 
exists('/path/to/file.js'); // true or false
 

/file-exists-sync/

    Package Sidebar

    Install

    npm i file-exists-sync

    Weekly Downloads

    6

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • shmck