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
asyncNoop
Why not add an asynchronous version of the noop function, asyncNoop?
This can be useful for meeting asynchronous interface requirements or when testing specific code flows, such as in a test environment.
It can also be utilized as a preference callback function for certain frameworks or libraries.
export async function asyncNoop(): Promise<void> {};
https://www.slash.page/libraries/common/utils/src/noop_asyncNoop.i18n
The text was updated successfully, but these errors were encountered:
@raon0211 What do you think about adding that function? Please review and let us know what you think ! 🙏
Sorry, something went wrong.
I'd like to see this. If it is OK to make a PR, let me know.
No branches or pull requests
Why not add an asynchronous version of the noop function,
asyncNoop
?This can be useful for meeting asynchronous interface requirements or when testing specific code flows, such as in a test environment.
It can also be utilized as a preference callback function for certain frameworks or libraries.
code
referrence
https://www.slash.page/libraries/common/utils/src/noop_asyncNoop.i18n
The text was updated successfully, but these errors were encountered: