Files
cartlog-admin/node_modules/@swc/helpers/cjs/_assert_this_initialized.cjs
2026-01-01 15:25:19 +05:30

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;