UNPKG

imba-shell

Version:

Interactive debugger and REPL for Imba.

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