Sha256: ea4965c2bf7aff948c1f58b359f9037444a69a7a2f11805a673bae680be4dd42
Contents?: true
Size: 715 Bytes
Versions: 4
Compression:
Stored size: 715 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _inherits; var _setPrototypeOf = require("./setPrototypeOf.js"); 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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) (0, _setPrototypeOf.default)(subClass, superClass); } //# sourceMappingURL=inherits.js.map
Version data entries
4 entries across 4 versions & 1 rubygems