file-exists-helper

0.0.2 • Public • Published

file-exits

Check if a file exists

install

    npm install --save file-exists-helper
 

Usage

  const checkHelper = require('file-exists-helper');
 
  checkHelper.check('./hello.txt', function(flag){
   console.log(flag);
  })
 
 
  var flag2 = checkHelper.checkSync('./hello.txt');
 

Readme

Keywords

Package Sidebar

Install

npm i file-exists-helper

Weekly Downloads

2

Version

0.0.2

License

ISC

Last publish

Collaborators

  • liugenpeng