Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
@types /
codemirror /
addon /
mode /
Delete
Unzip
Name
Size
Permission
Date
Action
loadMode.d.ts
416
B
-rw-r--r--
2022-10-24 16:35
multiplex.d.ts
1.54
KB
-rw-r--r--
2022-10-24 16:35
overlay.d.ts
386
B
-rw-r--r--
2022-10-24 16:35
simple.d.ts
905
B
-rw-r--r--
2022-10-24 16:35
Save
Rename
import '../../'; declare module '../../' { /** * Mode combinator that can be used to extend a mode with an 'overlay' — a secondary mode is run over the stream, * along with the base mode, and can color specific pieces of text without interfering with the base mode. */ function overlayMode(base: Mode<any>, overlay: Mode<any>, combine?: boolean): Mode<any>; }