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