UNPKG

@fakes/media-devices

Version:

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

10 lines 215 B
/// <reference types="jest" /> export {}; declare global { namespace jest { interface Matchers<R> { toBeUuid(): CustomMatcherResult; } } } //# sourceMappingURL=to-be-uuid.d.ts.map