wxapp-storage

0.0.2 • Public • Published

wxapp-storage

小程序请求

Usage

import storage from 'wxapp-storage';

// 仅为示例,并非真实的接口地址
storage.set('key', { a: 1 })
  .then(() => {
    console.log(storage.get('key')); // { a: 1 }
  });

Readme

Keywords

none

Package Sidebar

Install

npm i wxapp-storage

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • x_xsp