Searched refs:MatchStream (Results 1 – 8 of 8) sorted by relevance
49 export type MatchStream<O extends GlobWalkerOpts> = O extends GWOFileTypesTrue ? Minipass<Path, Pat… alias93 stream(): MatchStream<O>;94 streamSync(): MatchStream<O>;
70 export type { MatchStream } from './walker.js';
1 …MatchStream<O extends GlobWalkerOpts> =\n O extends GWOFileTypesTrue\n ? Minipass<Path, Path>\…
1 …agic.js'\nexport type { IgnoreLike } from './ignore.js'\nexport type { MatchStream } from './walke…