UNPKG

@robinbobin/mimetype-constants

Version:

Extensible MIME constants with typescript support

14 lines (13 loc) 313 B
import { createTypeGroup } from '../../createTypeGroup'; export const video = createTypeGroup('video', { h264: 'h264', mp2t: 'mp2t', mp4: 'mp4', mpeg: 'mpeg', ogg: 'ogg', quicktime: 'quicktime', threeGpp: '3gpp', threeGpp2: '3gpp2', webm: 'webm', xMsvideo: 'x-msvideo' });