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 : 3.19.255.50
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 /
sass /
types /
logger /
Delete
Unzip
Name
Size
Permission
Date
Action
index.d.ts
2.37
KB
-rw-rw-r--
2022-08-30 11:49
source_location.d.ts
482
B
-rw-rw-r--
2022-08-30 11:49
source_span.d.ts
825
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
/** * A specific location within a source file. * * This is always associated with a [[SourceSpan]] which indicates *which* file * it refers to. * * @category Logger */ export interface SourceLocation { /** * The 0-based index of this location within its source file, in terms of * UTF-16 code units. */ offset: number; /** The 0-based line number of this location. */ line: number; /** The 0-based column number of this location. */ column: number; }