abonadon_hk 60e383e96b fix 401 error
Signed-off-by: abonadon_hk <huangkang22@huawei.com>
Change-Id: I5265d15dda64fb7b8bb444e98d93f0a69ffc7879
2024-06-03 14:35:58 +08:00
2024-06-03 14:35:58 +08:00
2024-05-31 10:19:34 +00:00
2024-06-01 10:38:50 +00:00

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

Description
No description provided
Readme Pixar 175 MiB
Languages
JavaScript 94.8%
TypeScript 4.2%
Java 0.7%
Python 0.3%