Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
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;