PATH:
usr
/
lib
/
node_modules
/
forever
/
node_modules
/
internal-slot
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;
[-] tsconfig.json
[edit]
[-] .nycrc
[edit]
[-] .attw.json
[edit]
[-] README.md
[edit]
[-] package.json
[edit]
[+]
.github
[+]
..
[+]
test
[-] LICENSE
[edit]
[-] .eslintrc
[edit]
[-] index.d.ts
[edit]
[-] .editorconfig
[edit]
[-] index.js
[edit]
[-] CHANGELOG.md
[edit]