mobileapplicationPassvault/node_modules/@protobufjs/aspromise
poojakhatawate 68d7cc37d2 first commit 2024-04-12 10:53:32 +05:30
..
tests first commit 2024-04-12 10:53:32 +05:30
LICENSE first commit 2024-04-12 10:53:32 +05:30
README.md first commit 2024-04-12 10:53:32 +05:30
index.d.ts first commit 2024-04-12 10:53:32 +05:30
index.js first commit 2024-04-12 10:53:32 +05:30
package.json first commit 2024-04-12 10:53:32 +05:30

README.md

@protobufjs/aspromise

npm

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