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