blob: 6bb03fbbac01d665349b3419e5446c1c5c562336 [file] [log] [blame]
var i = 0;
module.exports = function() {
return ++i;
};
// 77aa70