Files
Baileys/node_modules/@protobufjs/aspromise/README.md
2020-03-16 16:06:30 +05:30

451 B

@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