UNPKG

v-regexp

Version:

JavaScript Regular Expression Parser and Visualizer.

3 lines (2 loc) 126 B
import { Theme, HighlightText } from '../types'; export declare function highlight(tree: any, theme: Theme): HighlightText[];