UNPKG

linguist-js

Version:

Analyse languages used in a folder. Powered by GitHub Linguist, although it doesn't need to be installed.

3 lines (2 loc) 90 B
/** Convert a PCRE regex into JS. */ export default function pcre(regex: string): RegExp;