7 lines
197 B
TypeScript
7 lines
197 B
TypeScript
import type { FormatDetectionParser } from '../types';
|
|
/**
|
|
* Detects if the browser supports the WebM video format.
|
|
* @memberof assets
|
|
*/
|
|
export declare const detectWebm: FormatDetectionParser;
|