15 lines
182 B
JavaScript
15 lines
182 B
JavaScript
var A = function A() {
|
|
"use strict";
|
|
|
|
babelHelpers.classCallCheck(this, A);
|
|
};
|
|
|
|
var _self = {
|
|
writable: true,
|
|
value: A
|
|
};
|
|
var _getA = {
|
|
writable: true,
|
|
value: () => A
|
|
};
|