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

1.0.3 • Public • Published

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. 调试接口✔️

Readme

Keywords

Package Sidebar

Install

npm i typed-wechat

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

36.2 kB

Total Files

5

Last publish

Collaborators

  • xiongqi