UNPKG

imba-shell

Version:

Interactive debugger and REPL for Imba.

13 lines (8 loc) 238 B
export default ImbaCompiler; declare class ImbaCompiler { code: string; sessionId: string; static code(code: string, sessionId: string): ImbaCompiler; constructor(code: string, sessionId: string); get(): string; }