interface_sdk-js/README.md
Gloria 8576746feb updated readme (EN)
Signed-off-by: Gloria <wusongqing@huawei.com>
2023-01-10 20:22:05 +08:00

31 lines
996 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Public Repository for API Declaration Files
## Overview
This repository is used to store .d.ts declaration files of JavaScript/TypeScript APIs and API-related tools.
## Directory Structure
```
├─api
| ├─@internal
│ | ├─component
│ | | └─ets # Declaration file for components in the TypeScript-based declarative development paradigm
| | └─ets
| ├─config # JavaScript-based web-like development paradigm
| ├─form # JavaScript service widget
| ├─@ohos.×××.d.ts # API declaration file
| └─@system.×××.d.ts # Deprecated APIs
├─build-tools
├─api_check_plugin # Tool for checking API specifications
| ├─plugin
| ├─src
| └─test
└─collect_application_api # Tool for parsing used APIs
└─src
```
## Repositories Involved
[interface-sdk_js](https://gitee.com/openharmony/interface_sdk-js/tree/master)