GT2/GT2-iOS/node_modules/exists-async
Ren Ren Juan 30eef7d036 correct tree err 2018-02-12 17:26:06 +00:00
..
.npmignore correct tree err 2018-02-12 17:26:06 +00:00
LICENSE correct tree err 2018-02-12 17:26:06 +00:00
README.md correct tree err 2018-02-12 17:26:06 +00:00
index.js correct tree err 2018-02-12 17:26:06 +00:00
package.json correct tree err 2018-02-12 17:26:06 +00:00

README.md

exists-async

Present a Promise-based interface for testing if something exists or not

Yes, fs.exists is deprecated in Node, and has an inconsistent API, but it is very practical to use it sometimes, and so we create a consistent Promise-based interface here.