UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

10 lines (9 loc) 140 B
var times = function times(n, f, x) { for (var i = 0; i < n; ++i) { x = f(x); } return x; }; module.exports = { times: times };