UNPKG

@kezios/forest-express-decorator

Version:
8 lines (7 loc) • 201 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.helloWorld = void 0; const helloWorld = () => { console.log('hello world'); }; exports.helloWorld = helloWorld;