# protobufjs_aspromise_arkts **Repository Path**: ArkTSCentralRepository/protobufjs_aspromise_arkts ## Basic Information - **Project Name**: protobufjs_aspromise_arkts - **Description**: Returns a promise from a node-style callback function. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-27 - **Last Updated**: 2025-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # protobufjs_aspromise_arkts 基于protobufjs/aspromise原库1.0.2版本进行适配, 所有功能代码已经转换为`ArkTS`文件 ## Install ```sh ohpm install protobufjs_aspromise_arkts ``` API --- * **asPromise(fn: `function`, ctx: `Object`, ...params: `*`): `Promise<*>`**
Returns a promise from a node-style callback function. **License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)