2023-08-20 18:58:29 -07:00

8 lines
165 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.hello = void 0;
function hello() {
return 'hello';
}
exports.hello = hello;