UNPKG

@swc/helpers

Version:

External helpers for the swc project.

9 lines (7 loc) 267 B
"use strict"; exports._ = exports._inherits_loose = _inherits_loose; function _inherits_loose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }