node-glob-parent

Extract the non-magic parent path from a glob string
  https://github.com/es128/glob-parent
  0
  no reviews



Javascript module to extract the non-magic parent path from a glob string.

For example, 'path/to/*.js' will return 'path/to' and '**/*.js' will return '.'

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