UNPKG

@mojojs/core

Version:

Real-time web framework

11 lines (10 loc) 266 B
import type { MojoApp } from '../types.js'; /** * Routes command. */ declare function routesCommand(app: MojoApp, args: string[]): Promise<void>; declare namespace routesCommand { var description: string; var usage: string; } export default routesCommand;