wechat-mp-types
v1.4.4
Published
微信小程序
Downloads
6
Maintainers
Readme
wechat-mp-types
微信小程序 DefinitelyTyped.
Install
npm i wechat-mp-types --save-dev
How to Use
add this module in your tsconfig.json
{
"compilerOptions": {
"types": [
"wechat-mp-types"
]
}
}
use wx freely
getCurrentPages().forEach((page)=>{
page.setData([]);
});