byted-apaas-utils
TypeScript icon, indicating that this package has built-in type declarations

0.0.39 • Public • Published

飞书应用引擎工具函数

example

const { createModelServiceClass } = require("byted-apaas-utils");

class SystemUserService extends createModelServiceClass("_user") {}

const systemUserService = new SystemUserService();

systemUserService.find(...);
  • or
const { createModelService } = require("byted-apaas-utils");

const systemUserService = createModelService("_user");

systemUserService.find(...);

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i byted-apaas-utils

      Weekly Downloads

      225

      Version

      0.0.39

      License

      ISC

      Unpacked Size

      1.27 MB

      Total Files

      76

      Last publish

      Collaborators

      • mxy_c