📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
19845.71 KB
0644
🗑️
⬇️
✏️
🔒
Editing: reusify.d.ts
interface Node { next: Node | null; } interface Constructor<T> { new(): T; } declare function reusify<T extends Node>(constructor: Constructor<T>): { get(): T; release(node: T): void; }; export = reusify;
💾 Save Changes