@mojojs/core
Version:
Real-time web framework
12 lines (11 loc) • 317 B
TypeScript
import type { App } from '../app.js';
/**
* Application generator command.
*/
declare function createLiteAppCommand(app: App, args: string[]): Promise<void>;
declare namespace createLiteAppCommand {
var hidden: boolean;
var description: string;
var usage: string;
}
export default createLiteAppCommand;