1.0.3 • Published 7 years ago
typed-wechat v1.0.3
TypeScript-Definitions-for-Wechat (typed-wechat)
🐵 Features : more completed type definitions than official wechat dev tool.
Install
npm i typed-wechator
yarn add typed-wechatUse
const wx = require('typed-wechat');
// or
require('typed-wechat');or
import wx from 'typed-wechat';
// or
import 'typed-wechat';Then, you can use 'wx'.
API Contents
- 网络✔️
- 媒体✔️
- 文件✔️
- 数据缓存✔️
- 位置✔️
- 设备✔️
- 界面✔️
- WXML节点信息✔️
- 第三方平台✔️
- 开放接口✔️
- 调试接口✔️