Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.220.22.253
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
npm /
node_modules /
colors /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2024-03-03 22:36
lib
[ DIR ]
drwxr-xr-x
2024-03-03 22:36
themes
[ DIR ]
drwxr-xr-x
2024-03-03 22:36
LICENSE
1.16
KB
-rw-r--r--
2021-03-10 14:36
README.md
3.89
KB
-rw-r--r--
2021-03-10 14:36
index.d.ts
2.88
KB
-rw-r--r--
2021-03-10 14:36
package.json
1.69
KB
-rw-r--r--
2021-03-10 14:36
safe.d.ts
1.88
KB
-rw-r--r--
2021-03-10 14:36
safe.js
248
B
-rw-r--r--
2021-03-10 14:36
Save
Rename
// Type definitions for Colors.js 1.2 // Project: https://github.com/Marak/colors.js // Definitions by: Bart van der Schoor <https://github.com/Bartvds>, Staffan Eketorp <https://github.com/staeke> // Definitions: https://github.com/Marak/colors.js export const enabled: boolean; export function enable(): void; export function disable(): void; export function setTheme(theme: any): void; export function strip(str: string): string; export function stripColors(str: string): string; export function black(str: string): string; export function red(str: string): string; export function green(str: string): string; export function yellow(str: string): string; export function blue(str: string): string; export function magenta(str: string): string; export function cyan(str: string): string; export function white(str: string): string; export function gray(str: string): string; export function grey(str: string): string; export function bgBlack(str: string): string; export function bgRed(str: string): string; export function bgGreen(str: string): string; export function bgYellow(str: string): string; export function bgBlue(str: string): string; export function bgMagenta(str: string): string; export function bgCyan(str: string): string; export function bgWhite(str: string): string; export function reset(str: string): string; export function bold(str: string): string; export function dim(str: string): string; export function italic(str: string): string; export function underline(str: string): string; export function inverse(str: string): string; export function hidden(str: string): string; export function strikethrough(str: string): string; export function rainbow(str: string): string; export function zebra(str: string): string; export function america(str: string): string; export function trap(str: string): string; export function random(str: string): string; export function zalgo(str: string): string;