UNPKG

efficy-enterprise-api

Version:

The Efficy Enterprise API is developed for server-side usage in a Node.js environment (e.g. for integrations) and also bundled for usage inside an Efficy browser session for client-side JSON RPC requests.

4 lines (3 loc) 100 B
import CrmEnv from "./crm-env.mjs"; import CrmRpc from "./crm-rpc.mjs"; export {CrmEnv, CrmRpc};