Joscha Feth
Joscha Feth
I just stumbled across https://github.com/micromatch/glob-fs#middleware-examples which has the notion of a `middleware`, the above could also be implemented in that way, e.g.: ```js fg.sync('pattern', { middleware: (matchedFile, abort) => {...
@mrmlnc would you accept a pull request for this feature?
Implementing `maxMatches` sounds great. The reason I need it is because I am searching for the existence of at least one of a specific type of file.
and a ``` javascript "dependencies": { "js-signals": "1.0.0" } ```
Is there any news on this? Anyone working on it?
What is the status on this?
@panta I saw your fork, thank you! The question was more targeted towards @visionmedia to check what the progress is on merging this in...
What is the status on this? Is express-resource discontinued?
@dvorapa there you go ;)
ACK. For the time being the generated types are unusable however, the way they are generated. I think unioning with unknown is not ideal but in the meantime, until there...