UNPKG

@pushrocks/tapbundle

Version:

tap bundled for tapbuffer

10 lines (9 loc) 239 B
import type { fixture, html } from '@open-wc/testing-helpers'; declare class WebHelpers { html: typeof html; fixture: typeof fixture; constructor(); enable(): void; } export declare const webhelpers: WebHelpers; export {};