mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
.. | ||
tests | ||
index.d.ts | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md |
@protobufjs/aspromise
Returns a promise from a node-style callback function.
API
- asPromise(fn:
function
, ctx:Object
, ...params:*
):Promise<*>
Returns a promise from a node-style callback function.
License: BSD 3-Clause License