mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-05-01 08:16:38 +08:00
7 lines
204 B
JavaScript
7 lines
204 B
JavaScript
export default function _classPrivateMethodGet(receiver, privateSet, fn) {
|
|
if (!privateSet.has(receiver)) {
|
|
throw new TypeError("attempted to get private field on non-instance");
|
|
}
|
|
|
|
return fn;
|
|
} |