UNPKG

funcunit

Version:
11 lines (7 loc) 112 B
var count = 0; exports.getCount = function(){ return count; }; exports.increment = function(){ count++; };