/** * DOM/Browser utilities for testing * * Provides mocks for browser APIs commonly used in testing: * localStorage, canvas, ResizeObserver, fetch, etc. */ export * from './localStorage.js'; export * from './canvas.js'; export * from './resizeObserver.js'; export * from './fetch.js'; export * from './matchMedia.js'; //# sourceMappingURL=index.d.ts.map