sindresorhus / globby

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

Support `objectMode` option in the TypeScript types #178

Closed Purpzie closed 3 years ago

Purpzie commented 3 years ago

Fixes #177 Closes #174

sindresorhus commented 3 years ago

Type tests are failing

Purpzie commented 3 years ago

Oh woops. Forgot that more specific overloads should be specified before more generic ones.