nocobase/packages/core/evaluators/server.d.ts
Junyi 86d9eaf2fb
refactor(plugin-workflow): migrate evaluators (#1485)
* fix(plugin-formula): fix locale

* refactor(client): migrate variable component

* refactor(plugin-workflow): use core evaluators

* refactor(plugin-workflow): migrate calculation engines to evaluators
2023-02-22 23:45:03 +08:00

4 lines
85 B
TypeScript

// @ts-nocheck
export * from './lib/server';
export { default } from './lib/server';