bae705aa97
- Add NFC ePassport roadmap (ICAO 9303, eIDAS) - Add TensorFlow.js edge face detection (BlazeFace) - Add structured audit logger (GDPR-compliant) - Risk scoring support Part of KYC Apple Native UX v1.1.0
14 lines
464 B
Markdown
14 lines
464 B
Markdown
@protobufjs/aspromise
|
|
=====================
|
|
[](https://www.npmjs.com/package/@protobufjs/aspromise)
|
|
|
|
Returns a promise from a node-style callback function.
|
|
|
|
API
|
|
---
|
|
|
|
* **asPromise(fn: `function`, ctx: `Object`, ...params: `*`): `Promise<*>`**<br />
|
|
Returns a promise from a node-style callback function.
|
|
|
|
**License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)
|