Files
est-frame/node_modules/@swc/helpers/cjs/_assert_this_initialized.cjs
2025-10-22 05:38:27 +00:00

9 lines
227 B
JavaScript
Executable File

"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;