2019-02-24 08:14:49 +01:00

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
};