UNPKG

ttsc

Version:

General-purpose TypeScript-Go compiler, runtime, plugin host, and LSP host.

4 lines (3 loc) 251 B
import type { TtscCommonOptions } from "../../structures/internal/TtscCommonOptions"; /** Format the CLI version banner from the wrapper package and resolved tsc. */ export declare function getCompilerVersionText(options?: TtscCommonOptions): string;