An error occurred while loading the file. Please try again.
classPrivateMethodGet.js 231 bytes
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;