(pattern, options)
| 3799 | } |
| 3800 | |
| 3801 | function globSync(pattern, options) { |
| 3802 | const Glob = lazyGlob(); |
| 3803 | return new Glob(pattern, options).globSync(); |
| 3804 | } |
| 3805 | |
| 3806 | |
| 3807 | module.exports = fs = { |
no test coverage detected
searching dependent graphs…