Leancloud api.
npm install @jswork/leancloud
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');
Code released under the MIT license.