UNPKG

victor-calc

Version:

9 lines (6 loc) 124 B
'use strict' const name = 'duanzihuang' module.exports.addFunc = (x, y) => { return x + y } exports.name = name