x.js 89 B

123
  1. var op = require('op');
  2. var i = 0;
  3. module.exports = function () { i = op(i); return i };