index.js 51 B

1
  1. module.exports = function (x) { return x * 100; };