glob-escape
Escapes glob patterns. Works for packages like minimatch
, multimatch
, glob
, glob-stream
, globby
, vinyl-fs
and gulp
.
Installation
npm install glob-escape
Usage
var escapeGlob = ;var glob = ; ; ;
API
escapeGlob(glob)
Escapes all glob patterns in the provided glob
.
glob
may be a string or an array of strings.
Returns the escaped glob.