wechat-mp-types
TypeScript icon, indicating that this package has built-in type declarations

1.4.4 • Public • Published

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([]);
});

/wechat-mp-types/

    Package Sidebar

    Install

    npm i wechat-mp-types

    Weekly Downloads

    29

    Version

    1.4.4

    License

    MIT

    Unpacked Size

    195 kB

    Total Files

    81

    Last publish

    Collaborators

    • banxi