<!--- NOTE: Non-contributor, non-donator issues will be labeled [pro bono] --> <!--- These will be looked at promptly, HOWEVER, they will be closed --> <!--- after a period of 2 weeks of no work being done on them and --> <!--- labeled with [unfinished]. When higher priority issues are --> <!--- completed then the closed [unfinished][pro bono] work will be --> <!--- resurrected. This is important for development agility. --> <!--- Docs, examples, testimonials, FAQs, reviews, comments, and --> <!--- related works are TOTALLY considered contributions. ;) --> <!--- Just put some skin in the game. Open source is valuable stuff. --> <!--- A title with the subject and expectation is SUPER helpful --> ## Expected Behavior Promisified `fs` by default with other neat features. ## Current Behavior I manually promisify things from `fs` ## Context Just stumbled onto it. I knew about it before but forgot and also didn't know it provided a promise based api.
Expected Behavior
Promisified
fsby default with other neat features.Current Behavior
I manually promisify things from
fsContext
Just stumbled onto it. I knew about it before but forgot and also didn't know it provided a promise based api.