Skip to content

afeiship/leancloud

Repository files navigation

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.