steelbrain / fs

Promisified fs for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exists()

natew opened this issue · comments

Would be helpful so we dont have to try catch stat calls.

Also, would be nice to have this as part of macro/packages, because then i could have added this quickly :)

Actually, exists() was added in 1.1.0 but not documented in README ( https://github.com/steelbrain/fs/blob/master/CHANGELOG.md#110 ).
Adding it now