UNPKG

@robinbobin/mimetype-constants

Version:

Extensible MIME constants with typescript support

20 lines (18 loc) 374 B
import { createTypeGroup } from '../../createTypeGroup' export const audio = createTypeGroup('audio', { midi: 'midi', mp4: 'mp4', mpeg: 'mpeg', ogg: 'ogg', opus: 'opus', threegpp: '3gpp', threegpp2: '3gpp2', wav: 'wav', webm: 'webm', xAac: 'x-aac', xAiff: 'x-aiff', xMidi: 'x-midi', xMpegurl: 'x-mpegurl', xMsWma: 'x-ms-wma', xWav: 'x-wav' })