UNPKG

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