Files
novarix.uk/node_modules/@swc/helpers/cjs/_assert_this_initialized.cjs
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

9 lines
227 B
JavaScript

"use strict";
function _assert_this_initialized(self) {
if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
return self;
}
exports._ = _assert_this_initialized;