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
/
utils
/
dom
/
compare.d.ts
3 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
/** compare two nodes in the appearance to sort */
export
default
function
compare
(lhs: Node, rhs: Node)
: boolean;