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

1.0.7 • 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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.70latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.70
1.0.60
1.0.50
1.0.40
1.0.20

Package Sidebar

Install

npm i @jswork/leancloud

Weekly Downloads

0

Version

1.0.7

License

MIT

Unpacked Size

39.9 kB

Total Files

10

Last publish

Collaborators

  • afeiship
  • yujiao.luo