GT2/GT2-Android/node_modules/exists-async/README.md

7 lines
264 B
Markdown
Raw Normal View History

# 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.