/opt/canhelp/node_modules/side-channel-map
NameSizeModeActions
.github/-0755rm
test/-0755rm
.editorconfig1450644editdlrm
.eslintrc1850644editdlrm
.nycrc2160644editdlrm
CHANGELOG.md11910644editdlrm
index.d.ts3670644editdlrm
index.js19810644editdlrm
LICENSE10710644editdlrm
package.json23360644editdlrm
README.md22780644editdlrm
tsconfig.json1160644editdlrm
Edit: /opt/canhelp/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;