UNPKG

hsr-mod-c

Version:

hsr mod c

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