@@ -971,6 +971,9 @@ changes:
971
971
* ` filter` {Function} Function to filter copied files/directories. Return
972
972
` true ` to copy the item, ` false ` to ignore it. Can also return a ` Promise `
973
973
that resolves to ` true ` or ` false ` **Default:** ` undefined ` .
974
+ * ` src` {string} source path to copy.
975
+ * ` dest` {string} destination path to copy to.
976
+ * Returns: {boolean|Promise}
974
977
* ` force` {boolean} overwrite existing file or directory. The copy
975
978
operation will ignore errors if you set this to false and the destination
976
979
exists. Use the ` errorOnExist` option to change this behavior.
@@ -2265,6 +2268,9 @@ changes:
2265
2268
* `filter` {Function} Function to filter copied files/directories. Return
2266
2269
`true` to copy the item, `false` to ignore it. Can also return a `Promise`
2267
2270
that resolves to `true` or `false` **Default:** `undefined`.
2271
+ * `src` {string} source path to copy.
2272
+ * `dest` {string} destination path to copy to.
2273
+ * Returns: {boolean|Promise}
2268
2274
* `force` {boolean} overwrite existing file or directory. The copy
2269
2275
operation will ignore errors if you set this to false and the destination
2270
2276
exists. Use the `errorOnExist` option to change this behavior.
@@ -5077,6 +5083,9 @@ changes:
5077
5083
exists, throw an error. ** Default: ** ` false` .
5078
5084
* ` filter` {Function } Function to filter copied files/ directories . Return
5079
5085
` true` to copy the item, ` false` to ignore it. ** Default: ** ` undefined`
5086
+ * ` src` {string} source path to copy.
5087
+ * ` dest` {string} destination path to copy to.
5088
+ * Returns: {boolean}
5080
5089
* ` force` {boolean} overwrite existing file or directory . The copy
5081
5090
operation will ignore errors if you set this to false and the destination
5082
5091
exists . Use the ` errorOnExist` option to change this behavior.
0 commit comments