feat(base-formula): scaffold shared package

This commit is contained in:
Philipinho
2026-04-23 23:24:13 +01:00
parent bf75cc9c74
commit 99fd4a9503
12 changed files with 56 additions and 0 deletions
@@ -0,0 +1,3 @@
// Client-side public surface: parse, typecheck, cycle-detect, pretty-print.
// Does NOT export eval or the function registry.
export {};
@@ -0,0 +1,2 @@
// Server-side public surface: everything in client + evaluator + registry.
export {};