UNPKG

123456789cba

Version:

14 lines (9 loc) 114 B
function add(a,b){ console.log(a+b) } function insert(){ } module.exports={ add, insert }