UNPKG

imba-shell

Version:

Interactive debugger and REPL for Imba.

15 lines (10 loc) 281 B
import { TypeScriptMissingException } from '../Errors' declare class TypeScriptRunner { static get tsc(): string; /** * @throws {TypeScriptMissingException} */ static instance(): string; static get version(): string; } export default TypeScriptRunner