8 lines
112 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var a = 1;
exports.default = a;