UNPKG

@glyphtek/unspecd

Version:

A declarative UI framework for building internal tools and dashboards with TypeScript. Create interactive tables, forms, and dashboards using simple specifications.

9 lines 271 B
#!/usr/bin/env bun /** * @fileoverview Main CLI entry point for Unspec'd * * This is the primary entry point for the unspecd command-line tool. * It handles command parsing and delegates to specific command handlers. */ export {}; //# sourceMappingURL=index.d.ts.map