pankaryp/crana

View on GitHub
template/src/shared/util/index.js

Summary

Maintainability
A
0 mins
Test Coverage
function helloWorld(name) {
  return `Hello world, by ${name}`;
}

module.exports = { helloWorld };