@jswork/leancloud
v1.0.7
Published
Leancloud api.
Downloads
29
Readme
leancloud
Leancloud api.
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.