UNPKG
unused
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
A module which reports unused variables in your code.
github.com/Kami/node-unused
Kami/node-unused
unused
/
test
/
fixtures
/
basic.js
4 lines
(2 loc)
•
38 B
JavaScript
View Raw
1
2
3
4
// single unused variable
var
a =
5
;