GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
451 B

2 months ago
  1. @protobufjs/aspromise
  2. =====================
  3. [![npm](https://img.shields.io/npm/v/@protobufjs/aspromise.svg)](https://www.npmjs.com/package/@protobufjs/aspromise)
  4. Returns a promise from a node-style callback function.
  5. API
  6. ---
  7. * **asPromise(fn: `function`, ctx: `Object`, ...params: `*`): `Promise<*>`**<br />
  8. Returns a promise from a node-style callback function.
  9. **License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)