UNPKG

@fakes/media-devices

Version:

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

13 lines 448 B
export interface Reporter { notImplemented(message: string): void; report(producer: () => string[]): void; } export declare class NoopReporter implements Reporter { notImplemented(message: string): void; report(producer: () => string[]): void; } export declare class DefaultReporter implements Reporter { notImplemented(message: string): void; report(producer: () => string[]): void; } //# sourceMappingURL=reporter.d.ts.map