UNPKG

imba-shell

Version:

Interactive debugger and REPL for Imba.

11 lines (7 loc) 208 B
export default ImbaRunner; declare class ImbaRunner { static get ext(): "" | ".cmd"; static get imba(): string; static instance(compiler?: boolean): string; static get version(): string; }