@nightgale/uni-types
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

uni-types

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

安装

pnpm add -D @@nightgale/uni-types

使用

tsconfig.json

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

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

/@nightgale/uni-types/

    Package Sidebar

    Install

    npm i @nightgale/uni-types

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    19.7 kB

    Total Files

    13

    Last publish

    Collaborators

    • nightgale