index.js 51 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1
module.exports = function (x) { return x * 100; };