1.0.3 • Published 6 years ago

typed-wechat v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

TypeScript-Definitions-for-Wechat (typed-wechat)

npm package GitHub license GitHub issues

🐵 Features : more completed type definitions than official wechat dev tool.

Install

npm i typed-wechat

or

yarn add typed-wechat

Use

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

  1. 网络✔️
  2. 媒体✔️
  3. 文件✔️
  4. 数据缓存✔️
  5. 位置✔️
  6. 设备✔️
  7. 界面✔️
  8. WXML节点信息✔️
  9. 第三方平台✔️
  10. 开放接口✔️
  11. 调试接口✔️
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago