UNPKG

zeptomatch-escape

Version:

A little utility for escaping globs before passing them to zeptomatch.

3 lines (2 loc) 72 B
declare const escape: (value: string) => string; export default escape;