backoffice/node_modules/browserify/test/identical/y.js

3 lines
56 B
JavaScript
Raw Normal View History

2020-02-06 10:09:39 +00:00
var i = 0;
module.exports = function () { return i++ };