UNPKG

stats

Version:

JavaScript statistics (LOC, SLOC, etc)

9 lines (7 loc) 121 B
var foo = 'foo' , bar = 'bar' , baz = 'baz' , test; console.log(foo = 'hey'); console.log(bar); console.log(baz);