UNPKG

232 BTypeScriptView Raw
1import type DOMAssertions from './assertions';
2export { setup } from './qunit-dom-modules';
3declare global {
4 interface Assert {
5 dom(target?: string | Element | null, rootElement?: Element): DOMAssertions;
6 }
7}