UNPKG

hsr-mod-b

Version:

hsr mod b

5 lines 152 B
const { sayHello } = require('hsr-common') //console.log(sayHello('hsr-mod-b')) exports.sayHello = function () { return sayHello('hsr-mod-b'); }