1.0.6 • Published 8 months ago

@jswork/leancloud v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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.6

8 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago