UNPKG

@skybloxsystems/ticket-bot

Version:
7 lines (6 loc) 247 B
export default function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError("attempted to " + action + " private field on non-instance"); } return privateMap.get(receiver); }