Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.221.21.111
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
ansi-colors /
types /
Delete
Unzip
Name
Size
Permission
Date
Action
index.d.ts
1.46
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
// Imported from from DefinitelyTyped project. // TypeScript definitions for ansi-colors // Definitions by: Rogier Schouten <https://github.com/rogierschouten> // Integrated by: Jordan Mele <https://github.com/Silic0nS0ldier> export function bgblack(message: string): string; export function bgblue(message: string): string; export function bgcyan(message: string): string; export function bggreen(message: string): string; export function bgmagenta(message: string): string; export function bgred(message: string): string; export function bgwhite(message: string): string; export function bgyellow(message: string): string; export function black(message: string): string; export function blue(message: string): string; export function bold(message: string): string; export function cyan(message: string): string; export function dim(message: string): string; export function gray(message: string): string; export function green(message: string): string; export function grey(message: string): string; export function hidden(message: string): string; export function inverse(message: string): string; export function italic(message: string): string; export function magenta(message: string): string; export function red(message: string): string; export function reset(message: string): string; export function strikethrough(message: string): string; export function underline(message: string): string; export function white(message: string): string; export function yellow(message: string): string;