bevry / ambi

Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.
Other
15 stars 3 forks source link
async async-programming asynchronous asynchronous-functions client-side flow-control nodejs

ambi

Status of the GitHub Workflow: bevry NPM version NPM downloads
GitHub Sponsors donate button ThanksDev donate button Patreon donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button
Discord server badge Twitch community badge

Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.

Usage

Complete API Documentation.

View Example Usage.

View API Documentation.

Install

npm

Deno

import pkg from 'https://unpkg.com/ambi@^10.9.0/edition-deno/index.ts'

Skypack

<script type="module">
    import pkg from '//cdn.skypack.dev/ambi@^10.9.0'
</script>

unpkg

<script type="module">
    import pkg from '//unpkg.com/ambi@^10.9.0'
</script>

jspm

<script type="module">
    import pkg from '//dev.jspm.io/ambi@10.9.0'
</script>

Editions

This package is published with the following editions:

History

Discover the release history by heading on over to the HISTORY.md file.

Backers

Code

Discover how to contribute via the CONTRIBUTING.md file.

Authors

Maintainers

Contributors

Finances

GitHub Sponsors donate button ThanksDev donate button Patreon donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button

Sponsors

Donors

License

Unless stated otherwise all works are:

and licensed under: