neoss
Version:
<div align="center"> <h1>neoss</h1> <i>Socket statistics, with a UI.</i> </div> <p align="center"> <a href="https://img.shields.io/github/v/release/pablolec/neoss" target="_blank"> <img src="https://img.shields.io/github/v/release/pablolec/neo
21 lines (20 loc) • 541 B
TypeScript
export = Table;
declare function Table(options: any): Table;
declare class Table {
constructor(options: any);
pad: any;
selected: number[] | undefined;
currentSocket: any;
table: any[] | undefined;
popupVisible: boolean | undefined;
screenIsLocked: boolean | undefined;
__proto__: any;
type: string;
_calculateMaxes(): any[] | null | undefined;
rows: any;
_maxes: any[] | null | undefined;
setRows: (table: any) => void;
setData(table: any): void;
align: any;
render(): any;
}