dtfe
v2.0.0
Published
Does the file/folder exist? 🤔
Maintainers
Readme
dtfe

Does the file exist?
Install
$ npm install dtfenpm
$ npm install dtfeyarn
$ yarn add dtfeGithub Registry
$ npm install abranhe@dtfeUsage
import check from 'dtfe';
console.log(check('package.json'));
//=> trueAPI
check(file)
Return a function with a boolean value checking whether a file/directory exist
License
MIT © Carlos Abraham
