mime-types
mime-types copied to clipboard
fix: update JSDoc to convey only false return
This is a minor optimization/fix to allow the following
/** @type {string}
let foo;
foo = mimeTypes.lookup(filePath) || 'text/html';
without a JSDoc error.