%PDF- %PDF-
Direktori : /var/www/html/node_modules/@swc/helpers/src/ |
Current File : /var/www/html/node_modules/@swc/helpers/src/_class_extract_field_descriptor.mjs |
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); }