Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

WeChat Gadget Tool Library Class TypeScript support


May 21, 2021 WeChat Mini Program Development Document


Table of contents


WeChat program definition file

The TypeScript type definition file for the WeChat synth API

Installation

Installed via npm:

# 安装对应最新基础库的定义文件
npm install miniprogram-api-typings

Or specify a base library version by version number:

# 安装对应基础库版本 2.4.1 的定义文件
npm install miniprogram-api-typings@2.4.1

Version

The underlying library version npm version Command
v2.6.5 2.6.5-2 npm install [email protected]
v2.4.2 2.4.2-2 npm install [email protected]
v2.4.1 2.4.1 npm install [email protected]
v2.4.0 2.4.0-1 npm install [email protected]

Contribution

The definition file is automatically generated with the document, so all PR will not be accepted. I f you have bug feedback or suggestions, please mention an issue to us. Thank you so much!