You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Present a Promise-based interface for testing if something exists or not