UNPKG

@fakes/media-devices

Version:

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

10 lines 253 B
/// <reference types="jest" /> export {}; declare global { namespace jest { interface Matchers<R> { domException(message?: string, name?: string): CustomMatcherResult; } } } //# sourceMappingURL=dom-exception.d.ts.map