is-reference is a lightweight npm package designed to determine if a given JavaScript identifier is a valid reference (variable, function name, etc.). It's particularly useful in tools like linters, code formatters, and static analyzers. The package helps distinguish between reserved keywords, literals, and actual references within JavaScript code, streamlining code analysis and transformation processes. Its small size and focused purpose make it an efficient addition to any workflow involving JavaScript code parsing.