ABIANAPP_NODE_PRODUCCION/node_modules/@protobufjs/aspromise
2026-02-03 14:27:12 +00:00
..
tests first commit 2026-02-03 14:27:12 +00:00
index.d.ts first commit 2026-02-03 14:27:12 +00:00
index.js first commit 2026-02-03 14:27:12 +00:00
LICENSE first commit 2026-02-03 14:27:12 +00:00
package.json first commit 2026-02-03 14:27:12 +00:00
README.md first commit 2026-02-03 14:27:12 +00:00

@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