Function: familyOf()
ts
function familyOf(mimeType: string): FormatFamily;Defined in: src/batteries/media/formats.ts:101
Classify a MIME type into the verb table's broad format family.
Parameters
| Parameter | Type | Description |
|---|---|---|
mimeType | string | The media MIME type. |
Returns
The family used by verb-applicability checks.