You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently writing some sort of documentation linter which checks, if the examples/ directory in our projects is empty. Basically this is a more powerful fs.exists in my use case. (Thinking of it, isEmpty could also check if a file is empty, if it isn't a directory.)
A requirement for isEmpty would be to automatically ignore meta files like .DS_STORE on Mac OS X.
It would be nice, if
fs-extra
would have a function which checks, if a directory is empty.The text was updated successfully, but these errors were encountered: