@use-services/wechatlite
TypeScript icon, indicating that this package has built-in type declarations

1.3.3 • Public • Published

WechatLite

import * as WechatLite from "@use-services/wechatlite";

const options = {
  wechatlite: {
    init: WechatLite.init,
    args: {
      appId: "",
      secret: "",
      token: "",
      encodingAESKey: "",
    },
  } as WechatLite.Option<WechatLite.Service>,
}

Package Sidebar

Install

npm i @use-services/wechatlite

Weekly Downloads

0

Version

1.3.3

License

MIT

Unpacked Size

13 kB

Total Files

4

Last publish

Collaborators

  • sigoden