source:
node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 199 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | export default function _classCheckPrivateStaticAccess(receiver, classConstructor) { |
2 | if (receiver !== classConstructor) { | |
3 | throw new TypeError("Private static access of wrong provenance"); | |
4 | } | |
5 | } |
Note:
See TracBrowser
for help on using the repository browser.