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
I thought it was worth putting a note on on this project; denodeify is now effectively redundant.
If you're using Node > 8, then util.promisify does the same job.
I thought it was worth putting a note on on this project; denodeify is now effectively redundant.
If you're using Node > 8, then
util.promisify
does the same job.I was using denodeify (thanks, its been great):
But now I use the inbuilt promisify:
The text was updated successfully, but these errors were encountered: