UNPKG

qingyun_chenhongli

Version:

wodededede

9 lines (8 loc) 152 B
/** * Created by qingyun on 16/8/22. */ console.log('hello'); function hello() { console.log('hello,我的!我的包'); } module.exports = hello;