@jswork/leancloud
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

leancloud

Leancloud api.

version license size download

installation

npm install @jswork/leancloud

usage

import LC from '@jswork/leancloud';
// @tsconfig: { moduleResolution: node }
// get
const res = await LC.get('60f77c8e85071346450995d3');
// value
const value = await LC.val('60f77c8e85071346450995d3');
// set
await LC.set('60f77c8e85071346450995d3', 'abc-test');

license

Code released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/leancloud

Homepage

js.work

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

17.5 kB

Total Files

7

Last publish

Collaborators

  • afeiship