UNPKG

dongweinpmtest

Version:

ceshi

7 lines 152 B
function sayHello (name) { return `hello, ${name}` } function nihao () { return console.log('nihao2') } module.exports = {sayHello, nihao}