🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mini-pc-types

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-pc-types

taobao-mini-app

latest
Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
1
-98.08%
Maintainers
1
Weekly downloads
 
Created
Source

mini-pc-types

npm package GitHub stars GitHub forks NPM downloads GitHub issues

阿里 PC 端小程序 TypeScript 声明文件。

因为对于开发 pc 端小程序,mini-types中存在一些多余的 API,或缺少一些 qn 的 API 类型,所以需要一套 PC 端的 typescript 类型

mini-pc-types只包含 PC 端小程序需要的 TypeScript 的类型

淘宝 PC 端 API 文档

1.0.3

  • 增加 pc 端所有组件的事件类型

安装

npm install mini-pc-types --save

使用

tsconfig.json 文件中指定 types 配置。

{
  "compilerOptions": {
    "types": ["mini-pc-types"]
  }
}

贡献

如果你有好的意见或建议,欢迎提 issue

Keywords

tinyapp

FAQs

Package last updated on 23 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts