UNPKG

baobao_with_papa

Version:

baobao_is_my_favorite_shero

4 lines 84 B
function add(student){ console.log('Add student:'+ student) } exports.add = add;