1.0.7 • Published 11 months ago

@jswork/leancloud v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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.

1.0.7

11 months ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago