UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

5 lines (4 loc) 125 B
export function getMatchIndex(text, regex) { const match = text.match(regex); return match ? match.index : -1; }