feat(base-formula): add type checker

This commit is contained in:
Philipinho
2026-04-23 23:52:11 +01:00
parent 216a4a99e1
commit 77897733de
5 changed files with 140 additions and 2 deletions
@@ -5,3 +5,6 @@ export * from "./error";
export * from "./tokenizer";
export * from "./parser";
export * from "./resolver";
export * from "./typecheck";
export { registry } from "./functions/registry";
export type { FormulaFn } from "./functions/registry";