index.js 51 Bytes
Newer Older
huahua committed
1
module.exports = function (x) { return x + 100; };