boop.js 123 Bytes Raw Blame History Permalink 1 2 3 4 var robot = require('./robot.js'); var trex = require('t-rex'); module.exports = function (n) { return robot(n) * trex };