This package has been deprecated

Author message:

you can use @types/weixin-app now

tencent-wx-app
TypeScript icon, indicating that this package has built-in type declarations

1.1.201712221707 • Public • Published

tencent-wx-app

微信小程序 DefinitelyTyped.

Install

npm i tencent-wx-app --save-dev

How to Use

add this module in your tsconfig.json

{
	"compilerOptions": {
		"types": [
			"tencent-wx-app"
		]
	}
}

use wx freely

getCurrentPages().forEach((page)=>{
	page.setData([]);
});

Package Sidebar

Install

npm i tencent-wx-app

Weekly Downloads

1

Version

1.1.201712221707

License

MIT

Last publish

Collaborators

  • taoqf