# protobufjs_fetch_arkts **Repository Path**: ArkTSCentralRepository/protobufjs_fetch_arkts ## Basic Information - **Project Name**: protobufjs_fetch_arkts - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-01 - **Last Updated**: 2025-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # protobufjs_fetch_arkts 基于protobufjs/fetch原库1.0.2版本进行适配, 所有功能代码已经转换为`ArkTS`文件 ## Install ```sh ohpm install protobufjs_fetch_arkts ``` API --- * **fetch(path: `string`, [options: { binary: boolean } ], [callback: `function(error: ?Error, [contents: string])`]): `Promise|undefined`** Fetches the contents of a file. **License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)