@ymxjs/ymx-wechat
v1.0.1
Published
TypeScript definitions for ymx plugin ymx-wechat
Readme
ymxjs 插件接口申明
ymx-wechat
微信移动应用
- 安装
npm install --save-dev @ymxjs/ymx-wechat- 配置
tsconfig.json
{
"compilerOptions": {
"types": ["@ymxjs/ymx-wechat"]
}
}- 使用
const plugin = ymx.requirePlugin('ymx-wechat') as YmxWechat;
//...