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