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
/
function-with-params.js
6 lines
(4 loc)
•
67 B
JavaScript
View Raw
1
2
3
4
5
6
// function with two unused params
function
foo
(a, b) { };
foo
();