Determines the file extension's corresponding MIME type or 'application/unknown' if none match
getMIMETypeFromExtension('.eml') // 'message/rfc822'getMIMETypeFromExtension(undefined) // 'application/unknown'
a file extension
the corresponding MIME type or 'application/unknown'
Generated using TypeDoc
Determines the file extension's corresponding MIME type or 'application/unknown' if none match