Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com> Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
16 lines
226 B
JavaScript
16 lines
226 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
|
|
class _default {
|
|
method(_ref) {
|
|
let object = babelHelpers.extends({}, _ref);
|
|
}
|
|
|
|
}
|
|
|
|
exports.default = _default;
|