We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e2a5ef + 0b3eed2 commit fa184c4Copy full SHA for fa184c4
README.md
@@ -117,6 +117,7 @@ This is just [glob-watcher].
117
- Default is `process.cwd()`.
118
- base - Specify the folder relative to the cwd. This is used to determine the file names when saving in `.dest()`.
119
- Default is the `cwd` resolves to the folder path.
120
+ - Can also be a function that takes in a file and returns a folder path.
121
- dirMode - Specify the mode the directory should be created with.
122
- Default is the process mode.
123
- Returns a Readable/Writable stream.
0 commit comments