@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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.6
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.6
    0
  • 1.0.5
    0
  • 1.0.4
    0
  • 1.0.2
    0

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