1.0.3 • Published 1 year ago

@nightgale/uni-types v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

uni-types

基于 UniApp 与 UniCloud 应用开发的类型扩展。

安装

pnpm add -D @@nightgale/uni-types

使用

tsconfig.json

在 compilerOptions 的 types 配置中添加 @nightgale/uni-types 即可

{
 "compilerOptions": {
  "types": ["@nightgale/uni-types"]
 }
}
1.0.3

1 year ago