/home/techb158/balavpn.abdallabala.com/node_modules/side-channel-map
NameSizeModeActions
.github/-0777rm
test/-0777rm
.editorconfig1450666editdlrm
.eslintrc1850666editdlrm
.nycrc2160666editdlrm
CHANGELOG.md11910666editdlrm
index.d.ts3670666editdlrm
index.js19810666editdlrm
LICENSE10710666editdlrm
package.json23360666editdlrm
README.md22780666editdlrm
tsconfig.json1160666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/side-channel-map/index.d.ts (367B)
declare namespace getSideChannelMap { type Channel = { 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 getSideChannelMap(): getSideChannelMap.Channel; declare const x: false | typeof getSideChannelMap; export = x;