blob: ba7d872155efbb0c2a12fc5209aa9dccd3a569bd [file] [log] [blame]
var i = 0;
module.exports = function() {
return ++i;
};
// 175e62