UNPKG
@pushrocks/tapbundle
Version:
latest (5.0.8)
5.0.8
5.0.4
5.0.3
5.0.2
5.0.1
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.2.15
3.2.14
3.2.13
3.2.10
3.2.9
3.2.7
3.2.6
3.2.1
3.2.0
3.1.0
3.0.14
3.0.13
3.0.12
3.0.11
3.0.9
3.0.7
3.0.6
3.0.5
3.0.1
tap bundled for tapbuffer
gitlab.com/pushrocks/tapbundle
@pushrocks/tapbundle
/
dist_ts
/
webhelpers.d.ts
10 lines
(9 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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
{};