dieumercimvemba's picture
download
raw
486 Bytes
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;

Xet Storage Details

Size:
486 Bytes
·
Xet hash:
b028a6be0a4dba20c92ea1d008f010d467e013e2ce5f809f689cffe35794826c

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.