We're a place where coders share, stay up-to-date and grow their careers.
Thank you Evan! I've only use promisify with the fs module, but I'll try to find more examples so we can understand it in depth together.
promisify
fs
Of course. I'm always excited to see someone dig deep into some more advanced topics.
Maybe this'll help
Here's promisify(exec): github.com/vanillawc/fpm/blob/mast...
And w/ some other file operations: github.com/vanillawc/fpm/blob/mast...
Awesome, thanks!
Thank you Evan! I've only use
promisify
with thefs
module, but I'll try to find more examples so we can understand it in depth together.Of course. I'm always excited to see someone dig deep into some more advanced topics.
Maybe this'll help
Here's promisify(exec):
github.com/vanillawc/fpm/blob/mast...
And w/ some other file operations:
github.com/vanillawc/fpm/blob/mast...
Awesome, thanks!