UNPKG

playable

Version:

Video player based on HTML5Video

4 lines (3 loc) 155 B
declare const getMimeByType: (type: string | null) => string; declare const getMimeByUrl: (url: string) => string; export { getMimeByType, getMimeByUrl };