9 lines
122 B
JavaScript
9 lines
122 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = foo;
|
|
|
|
function foo() {}
|