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