mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import { Terminal } from "../../Terminal";
|
|
|
|
export function clear(): void {
|
|
Terminal.clear();
|
|
}
|