UNPKG

js-project-generator-cli

Version:
8 lines (6 loc) 95 B
const helloWorld = () => { console.log("hello world"); }; export default { helloWorld, };