UNPKG

unused

Version:

A module which reports unused variables in your code.

9 lines (6 loc) 111 B
// unused function foo function foo() { }; // unused variable bar, but not baz var bar = function baz() { };