Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
cal.com
/
cal.com
/
node_modules
/
side-channel-list
/
Filename :
index.d.ts
back
Copy
declare namespace getSideChannelList { 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 getSideChannelList<V, K>(): getSideChannelList.Channel<K, V>; export = getSideChannelList;