UNPKG

ethiopic

Version:
6 lines (4 loc) 102 B
function getYourName(name) { return "Your name is : " + name; } module.exports = getYourName;