/var/www/myprog.com.ua/server/node/node_modules/side-channel-weakmap
NameSizeModeActions
.github/-0755rm
test/-0755rm
.editorconfig1450644editdlrm
.eslintrc2030644editdlrm
.nycrc2160644editdlrm
CHANGELOG.md14770644editdlrm
index.d.ts3820644editdlrm
index.js27080644editdlrm
LICENSE10710644editdlrm
package.json24470644editdlrm
README.md23420644editdlrm
tsconfig.json1160644editdlrm
Edit: /var/www/myprog.com.ua/server/node/node_modules/side-channel-weakmap/index.d.ts (382B)
declare namespace getSideChannelWeakMap { 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 getSideChannelWeakMap(): getSideChannelWeakMap.Channel; declare const x: false | typeof getSideChannelWeakMap; export = x;