vis-network

View on npm →
58
Files Analyzed
1
Issues Found
1
Files with Issues

Issues by Rule

tjd/accurate-jsdoc
1

Issues by File

lib/network/dotparser.js 1 issue
624:1 accurate-jsdoc

@returns: string | null → string. JSDoc includes null/undefined but TypeScript infers the value is always present. Either the code guarantees a value, or add runtime checks.

Analyzed: 2/3/2026