UNPKG

typed-douyin-openapi

Version:
13 lines 525 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.applyMixins = void 0; function applyMixins(derivedCtor, constructors) { constructors.forEach((baseCtor) => { Object.getOwnPropertyNames(baseCtor.prototype).forEach((name) => { Object.defineProperty(derivedCtor.prototype, name, Object.getOwnPropertyDescriptor(baseCtor.prototype, name) || Object.create(null)); }); }); } exports.applyMixins = applyMixins; //# sourceMappingURL=utils.js.map