mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 08:46:39 +00:00
9 lines
No EOL
231 B
JavaScript
9 lines
No EOL
231 B
JavaScript
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; |