interface TerminalSize {
    cols: number;
    row: number;
}

Properties

Properties

cols: number
row: number