UNPKG

unused

Version:

A module which reports unused variables in your code.

6 lines (4 loc) 67 B
// function with two unused params function foo(a, b) { }; foo();