Sha256: 267b5fe8cb0defb45220e19c6999824d582bd798dc7435f752a09fdc8e9787a7

Contents?: true

Size: 223 Bytes

Versions: 49

Compression:

Stored size: 223 Bytes

Contents

function _inheritsLoose(subClass, superClass) {
  subClass.prototype = Object.create(superClass.prototype);
  subClass.prototype.constructor = subClass;
  subClass.__proto__ = superClass;
}

module.exports = _inheritsLoose;

Version data entries

49 entries across 49 versions & 8 rubygems

Version Path
ezii-os-5.2.1 node_modules/@babel/runtime/helpers/inheritsLoose.js
ezii-os-2.0.1 node_modules/@babel/runtime/helpers/inheritsLoose.js
ezii-os-1.1.0 node_modules/@babel/runtime/helpers/inheritsLoose.js
ezii-os-1.0.0 node_modules/@babel/runtime/helpers/inheritsLoose.js
condenser-0.0.7 lib/condenser/processors/node_modules/@babel/runtime/helpers/inheritsLoose.js
ezii-os-0.0.0.1.0 node_modules/@babel/runtime/helpers/inheritsLoose.js
ezii-os-0.0.0.0.1 node_modules/@babel/runtime/helpers/inheritsLoose.js
condenser-0.0.5 lib/condenser/processors/node_modules/@babel/runtime/helpers/inheritsLoose.js
condenser-0.0.4 lib/condenser/processors/node_modules/@babel/runtime/helpers/builtin/inheritsLoose.js