Files
starface-outlook-sync-addin/node_modules/@swc/helpers/cjs/_inherits_loose.cjs
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

9 lines
241 B
JavaScript

"use strict";
function _inherits_loose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
}
exports._ = _inherits_loose;