UNPKG

ordojs

Version:

A revolutionary web framework with compile-time optimizations and unified client-server development

9 lines 216 B
#!/usr/bin/env node /** * @fileoverview OrdoJS CLI - Command-line interface entry point */ /** * Main CLI function */ export declare function cli(args?: string[]): Promise<void>; //# sourceMappingURL=cli.d.ts.map