UNPKG

hello_test_cochlea

Version:

a hello word package

6 lines 90 B
var say = function() { return "Hello, world"; } module.exports = { say: say }