source:
imaps-frontend/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js@
d565449
Last change on this file since d565449 was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 203 bytes |
Line | |
---|---|
1 | function _assertThisInitialized(e) { |
2 | if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); |
3 | return e; |
4 | } |
5 | export { _assertThisInitialized as default }; |
Note:
See TracBrowser
for help on using the repository browser.