@arkts/declarations
v0.0.21
Published
ArkTS unofficial type definitions.
Readme
ArkTS Declarations
ArkTS unofficial type definitions. It is part of the Naily's ArkTS Support VSCode Extension.
ArkTS is a superset of TypeScript, and it is the programming language for Huawei HarmonyOS. The official website: https://developer.huawei.com/consumer/cn/develop/.
Installation
npm install @arkts/declarationsUsage
Add the following compilerOptions.types to your tsconfig.json:
{
"compilerOptions": {
"types": ["@arkts/declarations"]
}
}License
MIT
