mirror of
https://github.com/docmost/docmost.git
synced 2026-08-28 17:27:06 +08:00
feat(base-formula): scaffold shared package
This commit is contained in:
@@ -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 {};
|
||||
Reference in New Issue
Block a user