tinyglobby
tinyglobby copied to clipboard
option to return results with stats
I want to replace fast-glob with tinyglobby, but I encountered obstacles.
cause by I need to obtain the modification time of the file list.
so, can an option be added to control the retrieval of file details?
this would need support from fdir first, but i believe you can replicate the functionality by using fs.stat on the returned glob results meanwhile