UNPKG

stream-mock

Version:
11 lines 450 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function applyMixins(derivcedCtor, baseCtors) { baseCtors.forEach(baseCtor => { Object.getOwnPropertyNames(baseCtor.prototype).forEach(name => { Object.defineProperty(derivcedCtor.prototype, name, Object.getOwnPropertyDescriptor(baseCtor.prototype, name)); }); }); } exports.default = applyMixins; //# sourceMappingURL=applyMixins.js.map