UNPKG

@mojojs/core

Version:

Real-time web framework

11 lines (10 loc) 242 B
import type { MojoApp } from '../types.js'; /** * Repl command. */ declare function replCommand(app: MojoApp): Promise<void>; declare namespace replCommand { var description: string; var usage: string; } export default replCommand;