boop.js 123 B

1234
  1. var robot = require('./robot.js');
  2. var trex = require('t-rex');
  3. module.exports = function (n) { return robot(n) * trex };