16 lines
242 B
JavaScript
16 lines
242 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
|
|
class _default {
|
|
method(_ref) {
|
|
let object = babelHelpers.objectWithoutProperties(_ref, []);
|
|
}
|
|
|
|
}
|
|
|
|
exports.default = _default;
|