UNPKG

@fakes/media-devices

Version:

A interactive fake implementation of MediaDevices interface in the browser for testing

10 lines 332 B
import { Reporter } from './reporter'; export interface NotImplemented { call(message: string): never; } export declare class ThrowingNotImplemented implements NotImplemented { private readonly _reporter; constructor(_reporter: Reporter); call(message: string): never; } //# sourceMappingURL=not-implemented.d.ts.map