blob: 38b9d584dea1eacbee42b2812455d9b4c8633a47 [file] [log] [blame]
export default function _classPrivateMethodGet(receiver, privateSet, fn) {
if (!privateSet.has(receiver)) {
throw new TypeError("attempted to get private field on non-instance");
}
return fn;
}