📁
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: types.d.ts
export declare type PrepareOptionsFromClass<T> = { [TKey in keyof T]?: UnboxReturnTypeFromClassItem<T[TKey]>; }; export declare type UnboxReturnTypeFromClassItem<T> = /** * Unbox return type from class method. */ T extends (...args: unknown[]) => infer TReturnType ? TReturnType : /** * Unbox return type from class property. */ T extends (infer TReturnType) ? TReturnType : /** * Default branch. Potentially impossible case. */ T;
Save