UNPKG
v-regexp
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
JavaScript Regular Expression Parser and Visualizer.
github.com/usetools/v-regexp
usetools/v-regexp
v-regexp
/
lib
/
visualize
/
highlight.d.ts
3 lines
(2 loc)
•
126 B
TypeScript
View Raw
1
2
3
import
{
Theme
,
HighlightText
}
from
'../types'
;
export
declare
function
highlight
(
tree
:
any
,
theme
:
Theme
):
HighlightText
[];