Graduation / ui /node_modules /@swc /helpers /cjs /_assert_this_initialized.cjs
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
262 Bytes
"use strict";
exports._ = exports._assert_this_initialized = _assert_this_initialized;
function _assert_this_initialized(self) {
if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
return self;
}