UNPKG

ekjot-first-npm-package

Version:
9 lines (7 loc) 137 B
/** * @return {string} The string "Hello, world!" */ function helloWorld() { return 'Hello, world!'; } module.exports = helloWorld;