Internal Slot API
npm install @dwlib/internal-slotnpm i --save @dwlib/internal-slotjavascript
// CJS
const InternalSlot = require('@dwlib/internal-slot');
const DeleteInternalSlot = require('@dwlib/internal-slot/DeleteInternalSlot');
const GetInternalSlot = require('@dwlib/internal-slot/GetInternalSlot');
const HasInternalSlot = require('@dwlib/internal-slot/HasInternalSlot');
const RequireInternalSlot = require('@dwlib/internal-slot/RequireInternalSlot');
const SetInternalSlot = require('@dwlib/internal-slot/SetInternalSlot');
// ESM
import InternalSlot, {
DeleteInternalSlot,
GetInternalSlot,
HasInternalSlot,
RequireInternalSlot,
SetInternalSlot
} from '@dwlib/internal-slot';
import DeleteInternalSlot from '@dwlib/internal-slot/DeleteInternalSlot';
import GetInternalSlot from '@dwlib/internal-slot/GetInternalSlot';
import HasInternalSlot from '@dwlib/internal-slot/HasInternalSlot';
import RequireInternalSlot from '@dwlib/internal-slot/RequireInternalSlot';
import SetInternalSlot from '@dwlib/internal-slot/SetInternalSlot';
``