Open peixotoleonardo opened 5 days ago
To work with promise we need to use the promisify util to converte the callback function version.
promisify
I would like to add this new module to use promises instead of callbacks, similar to the fs/promises module.
fs/promises
No response
I would like to do this new module.
What is the problem this feature will solve?
To work with promise we need to use the
promisify
util to converte the callback function version.What is the feature you are proposing to solve the problem?
I would like to add this new module to use promises instead of callbacks, similar to the
fs/promises
module.What alternatives have you considered?
No response