We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6b9233 + ac58ff8 commit 34551d0Copy full SHA for 34551d0
README.md
@@ -336,8 +336,8 @@ type ReadDirItem = {
336
name: string; // The name of the item
337
path: string; // The absolute path to the item
338
size: string; // Size in bytes
339
- isFile: () => boolean; // Is the file just a file?
340
- isDirectory: () => boolean; // Is the file a directory?
+ isFile: () => boolean; // Is the item just a file?
+ isDirectory: () => boolean; // Is the item a directory?
341
};
342
```
343
0 commit comments