1 Star 0 Fork 2.4K

Sven Wang / interface_sdk-js

forked from OpenHarmony / interface_sdk-js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 996 Bytes
一键复制 编辑 原始数据 按行查看 历史
wusongqing 提交于 2023-01-10 20:22 . updated readme (EN)

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

1
https://gitee.com/widecode/interface_sdk-js.git
git@gitee.com:widecode/interface_sdk-js.git
widecode
interface_sdk-js
interface_sdk-js
master

搜索帮助