bitburner-src/utils/DialogBox.d.ts

3 lines
113 B
TypeScript
Raw Normal View History

export function dialogBoxCreate(txt: string, preformatted?: boolean): void;
export var dialogBoxOpened: boolean;