UNPKG

sayhitosss

Version:

say hi to the name input.

5 lines (4 loc) 74 B
'use strict'; module.exports = function (name) { return 'Hi,' + name; };