sindresorhus / globby

User-friendly glob matching
MIT License
2.51k stars 130 forks source link

Add types for stats option's overload #174

Closed olup closed 3 years ago

olup commented 3 years ago

This PR adds the stats return type when the stats option is enabled. It overseeds https://github.com/sindresorhus/globby/pull/173.

olup commented 3 years ago

One question tho, is the stat option really returning objects of type Stats ?

alex-page commented 3 years ago

Yes because it has all of the different file stats if you select that value.