/home/techb158/balavpn.abdallabala.com/node_modules/internal-slot
NameSizeModeActions
.github/-0777rm
test/-0777rm
.attw.json430666editdlrm
.editorconfig2860666editdlrm
.eslintrc1710666editdlrm
.nycrc1390666editdlrm
CHANGELOG.md105980666editdlrm
index.d.ts3820666editdlrm
index.js20420666editdlrm
LICENSE10710666editdlrm
package.json20360666editdlrm
README.md23430666editdlrm
tsconfig.json1180666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/internal-slot/index.d.ts (382B)
declare namespace SLOT { type InternalSlot = string; // `[[${string}]]`; // TODO: restrict this to require the brackets } declare const SLOT: { assert(O: object, slot: SLOT.InternalSlot): void; get(O: object, slot: SLOT.InternalSlot): unknown; set(O: object, slot: SLOT.InternalSlot, value?: unknown): void; has(O: object, slot: SLOT.InternalSlot): boolean; } export = SLOT;