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

7 lines
264 B
Markdown
Raw Normal View History

2018-02-12 17:26:06 +00:00
# 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.