UNPKG

detect-audio-video

Version:

Detect audio and video features in browser

3 lines (2 loc) 151 B
import { IsDrmSupportedParams } from './isDrmSupported'; export declare function isClearKeySupported(params?: IsDrmSupportedParams): Promise<boolean>;