We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I would like to do this new module.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: