mirror of
https://github.com/teableio/teable.git
synced 2026-02-19 17:19:50 +08:00
364 B
364 B
@teable/v2-utils Architecture
Purpose
- Provide reusable utility helpers that depend on
@teable/v2-corebut stay outside the domain package. - Keep the package focused on formatting and convenience utilities.
Folder Map
src/printTable.ts: Render domain tables and raw record payloads into readable ASCII tables.src/index.ts: Public exports.