UNPKG

@fakes/media-devices

Version:

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

8 lines 287 B
import { NotImplemented } from './not-implemented'; import { Reporter } from './reporter'; export declare const defaultContext: () => Context; export interface Context { readonly notImplemented: NotImplemented; readonly reporter: Reporter; } //# sourceMappingURL=context.d.ts.map