- globStream(pattern, options): Minipass<string, string>
Returns Minipass<string, string>
- globStream(pattern, options): Minipass<Path, Path>
Returns Minipass<Path, Path>
- globStream(pattern, options?): Minipass<string, string>
Returns Minipass<string, string>
- globStream(pattern, options): Minipass<Path, Path> | Minipass<string, string>
Returns Minipass<Path, Path> | Minipass<string, string>
Return a stream that emits all the strings or
Path
objects and then emitsend
when completed.