This repository has been archived on 2025-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
eternos/frontend/style/node_modules/@swc/helpers/cjs/_inherits.cjs
2025-01-11 09:54:09 +03:00

15 lines
535 B
JavaScript

"use strict";
var _set_prototype_of = require("./_set_prototype_of.cjs");
exports._ = exports._inherits = _inherits;
function _inherits(subClass, superClass) {
if (typeof superClass !== "function" && superClass !== null) {
throw new TypeError("Super expression must either be null or a function");
}
subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });
if (superClass) _set_prototype_of._(subClass, superClass);
}