UNPKG

respond-framework

Version:
8 lines (7 loc) 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const assignProto = (obj, props) => Object.assign(Object.getPrototypeOf(obj), props); var _default = exports.default = assignProto;