UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

3 lines (2 loc) 145 B
/** @module utils */ export { regexEscape, getLineBefore, getLines, getClosestToken, getLanguage, insertText, getModifierCode, } from "./utils";