1.0.5 • Published 4 months ago

miniprogram-type v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Wechat Mini Program Type

npm license downloads

Type definitions of Wechat Mini Program in TypeScript

Forked from https://github.com/wechat-miniprogram/api-typings Version 3.10.0

Quick fix bug

中文文档

Install

By standalone npm package

npm install -D miniprogram-type

After installed, reference by Triple-Slash Directives:

If you use default set:

// tsconfig.json
"typeRoots": [
  "./typings"
]

Please use:

/// <reference path="../node_modules/miniprogram-api-typings/index.d.ts" />

Automated tests

We use tsd to check if this definition is working properly. All test cases are under folder test.

To perform an automated test, clone this repo, npm install -D and npm test.

If you have test case that fails the test, an issue or PR will be great. Strong test case that passes are also welcomed.

1.0.5

4 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.0-beta.4

11 months ago

0.0.0-beta.3

11 months ago

0.0.0-beta.2

11 months ago

0.0.0-beta.1

11 months ago