arbitrary.js 71 Bytes Raw Blame History Permalink 1 2 3 4 5 6 var i = 0; module.exports = function() { return ++i; }; // 175e62