UNPKG

55 BJavaScriptView Raw
1module.exports = function (n) {
2 return n * 100;
3};