UNPKG

v-regexp

Version:

JavaScript Regular Expression Parser and Visualizer.

4 lines (3 loc) 201 B
import { RaphaelPaper } from 'raphael'; import { VisualizeParams } from '../types'; export default function visualize({ regexpParse, flags, themeOption, containerId, }: VisualizeParams): RaphaelPaper;