rrdir 10.0.0 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,7 +42,6 @@ The directory to read, either absolute or relative. Pass a `Buffer` to switch th
|
|
|
42
42
|
- `exclude` *Array*: Path globs to exclude, e.g. `["**/*.js"]`. Default: `undefined`.
|
|
43
43
|
- `include` *Array*: Path globs to include, e.g. `["**/*.map"]`. Default: `undefined`.
|
|
44
44
|
- `strict` *boolean*: Whether to throw immediately when reading an entry fails. Default: `false`.
|
|
45
|
-
- `match` *Object*: [picomatch options](https://github.com/micromatch/picomatch#options). Default: `{dot: true}`.
|
|
46
45
|
|
|
47
46
|
#### `entry` *Object*
|
|
48
47
|
|