content-disposition

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

Issues by Rule

tjd/accurate-jsdoc
2

Issues by File

index.js 2 issues
143:40 accurate-jsdoc

@param 'options': object → { type?: string; fallback?: string | boolean; }. JSDoc uses generic "object" but TypeScript infers a specific shape. Consider using @typedef to document the object structure.

226:18 accurate-jsdoc

@param 'obj': object → { type: string; parameters?: any; }. JSDoc uses generic "object" but TypeScript infers a specific shape. Consider using @typedef to document the object structure.

Analyzed: 2/3/2026