UNPKG

itheima-tools-yin

Version:

自研前端工具

12 lines (10 loc) 136 B
const sayName = () => { return 'hello yin'; }; const sayHi = () => { return 'say hi'; }; module.exports = { sayName, sayHi };