UNPKG
riot-test-utils
Version:
latest (1.2.2)
1.2.2
1.2.0
1.1.1
1.1.0
1.0.0
1.0.0-2
1.0.0-1
1.0.0-0
0.2.1
0.2.0
0.1.5
0.1.4
lightweight testing utility of Riot
github.com/karak/riot-test-renderer
karak/riot-test-renderer
riot-test-utils
/
dist
/
lib
/
tags
/
TagArgs.d.ts
6 lines
(5 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
/** Arguments passed to `riot.tag2()` in `riot-compiler` */
declare
type
TagArgs
= [
string
,
string
,
string
,
string
,
/** user function */
() =>
void
];
export
default
TagArgs
;