feat(base-formula): add date and coercion functions, wire registry

This commit is contained in:
Philipinho
2026-04-24 00:03:40 +01:00
parent 0174fada5f
commit ea0dc2b56b
5 changed files with 67 additions and 6 deletions
+3 -2
View File
@@ -7,7 +7,8 @@ export * from "./parser";
export * from "./resolver";
export * from "./typecheck";
export * from "./format";
export { registry, register } from "./functions/registry";
export type { FormulaFn } from "./functions/registry";
import "./functions/index"; // side-effect: populate registry
export { registry, register } from "./functions/index";
export type { FormulaFn } from "./functions/index";
export * from "./graph";
export * from "./eval";