Your IP : 216.73.216.79


Current Path : /var/www/html/dvs/node_modules/@babel/runtime/helpers/
Upload File :
Current File : /var/www/html/dvs/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js

function _classPrivateMethodGet(receiver, privateSet, fn) {
  if (!privateSet.has(receiver)) {
    throw new TypeError("attempted to get private field on non-instance");
  }

  return fn;
}

module.exports = _classPrivateMethodGet;