shared.js 71 B

123456
  1. var i = 0;
  2. module.exports = function() {
  3. return ++i;
  4. };
  5. // 77aa70