Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
sass /
types /
logger /
Delete
Unzip
Name
Size
Permission
Date
Action
index.d.ts
2.96
KB
-rw-r--r--
2026-06-24 16:16
source_location.d.ts
486
B
-rw-r--r--
2026-06-24 16:16
source_span.d.ts
837
B
-rw-r--r--
2026-06-24 16:16
Save
Rename
/** * A specific location within a source file. * * This is always associated with a {@link 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; }