Skip to content

Commit

Permalink
docs: add information about enumerable properties for the fs option
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Nov 23, 2024
1 parent 41e4730 commit ea113fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Indicates whether to traverse descendants of symbolic link directories when expa
* Type: `FileSystemAdapter`
* Default: `fs.*`

Custom implementation of methods for working with the file system.
Custom implementation of methods for working with the file system. Supports objects with enumerable properties only.

```ts
export interface FileSystemAdapter {
Expand Down

0 comments on commit ea113fd

Please sign in to comment.