UNPKG

@abaplint/runtime

Version:
8 lines (7 loc) 146 B
export interface Console { clear(): void; add(data: string): void; get(): string; getTrimmed(): string; isEmpty(): boolean; }