📁
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: index.d.ts
// Type definitions for dedent 0.7 // Project: https://github.com/dmnd/dedent // Definitions by: Douglas Duteil <https://github.com/douglasduteil> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = dedent; declare function dedent(literals: string): string; declare function dedent(literals: TemplateStringsArray, ...placeholders: any[]): string; declare namespace dedent {}
Save