@@ -977,6 +977,9 @@ changes:
977
977
* ` filter` {Function} Function to filter copied files/directories. Return
978
978
` true ` to copy the item, ` false ` to ignore it. Can also return a ` Promise `
979
979
that resolves to ` true ` or ` false ` **Default:** ` undefined ` .
980
+ * ` src` {string} source path to copy.
981
+ * ` dest` {string} destination path to copy to.
982
+ * Returns: {boolean|Promise}
980
983
* ` force` {boolean} overwrite existing file or directory. The copy
981
984
operation will ignore errors if you set this to false and the destination
982
985
exists. Use the ` errorOnExist` option to change this behavior.
@@ -2282,6 +2285,9 @@ changes:
2282
2285
* `filter` {Function} Function to filter copied files/directories. Return
2283
2286
`true` to copy the item, `false` to ignore it. Can also return a `Promise`
2284
2287
that resolves to `true` or `false` **Default:** `undefined`.
2288
+ * `src` {string} source path to copy.
2289
+ * `dest` {string} destination path to copy to.
2290
+ * Returns: {boolean|Promise}
2285
2291
* `force` {boolean} overwrite existing file or directory. The copy
2286
2292
operation will ignore errors if you set this to false and the destination
2287
2293
exists. Use the `errorOnExist` option to change this behavior.
@@ -5107,6 +5113,9 @@ changes:
5107
5113
exists, throw an error. ** Default: ** ` false` .
5108
5114
* ` filter` {Function } Function to filter copied files/ directories . Return
5109
5115
` true` to copy the item, ` false` to ignore it. ** Default: ** ` undefined`
5116
+ * ` src` {string} source path to copy.
5117
+ * ` dest` {string} destination path to copy to.
5118
+ * Returns: {boolean}
5110
5119
* ` force` {boolean} overwrite existing file or directory . The copy
5111
5120
operation will ignore errors if you set this to false and the destination
5112
5121
exists . Use the ` errorOnExist` option to change this behavior.
0 commit comments