UNPKG

drm-detector

Version:

A simple JavaScript library to detect browser-supported DRM features and return an array of supported DRM as strings.

2 lines (1 loc) 65 B
export declare function detectSupportedDrm(): Promise<string[]>;