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
/
index.d.ts
4 lines
(3 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
import
{
RaphaelPaper
}
from
'raphael'
;
import
{
VisualizeParams
}
from
'../types'
;
export
default
function
visualize
(
{ regexpParse, flags, themeOption, containerId, }: VisualizeParams
):
RaphaelPaper
;