mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 23:49:31 +08:00
7 lines
No EOL
192 B
Text
7 lines
No EOL
192 B
Text
export default function _assertThisInitialized(self) {
|
|
if (self === void 0) {
|
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
}
|
|
|
|
return self;
|
|
} |