f.js 84 B

123
  1. var calc = require('algo').calc;
  2. module.exports = function (x) { return calc(x); }