node-is-valid-glob

Return true if a value is a valid glob pattern or patterns
  https://github.com/jonschlinkert/is-valid-glob
  0
  no reviews



This really just checks to make sure that a pattern is either a string or array, and if it's an array it's either empty or consists of only strings.

Node.js is an event-based server-side JavaScript engine.