source:
node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js@
d24f17c
Last change on this file since d24f17c was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 203 bytes |
Line | |
---|---|
1 | export default function _classPrivateMethodGet(receiver, privateSet, fn) { |
2 | if (!privateSet.has(receiver)) { |
3 | throw new TypeError("attempted to get private field on non-instance"); |
4 | } |
5 | return fn; |
6 | } |
Note:
See TracBrowser
for help on using the repository browser.