UNPKG

gypsyai

Version:
8 lines (7 loc) 141 B
module.exports.AIPlay = function() { var total = 0; for (var index in arguments) { total += arguments[index]; } return total; };