@@ -1023,7 +1023,8 @@ changes:
1023
1023
that resolves to ` true ` or ` false ` **Default:** ` undefined ` .
1024
1024
* ` src` {string} source path to copy.
1025
1025
* ` dest` {string} destination path to copy to.
1026
- * Returns: {boolean|Promise}
1026
+ * Returns: {boolean|Promise} A value that is coercible to ` boolean` or
1027
+ a ` Promise ` that fulfils with such value.
1027
1028
* ` force` {boolean} overwrite existing file or directory. The copy
1028
1029
operation will ignore errors if you set this to false and the destination
1029
1030
exists. Use the ` errorOnExist` option to change this behavior.
@@ -2386,7 +2387,8 @@ changes:
2386
2387
that resolves to `true` or `false` **Default:** `undefined`.
2387
2388
* `src` {string} source path to copy.
2388
2389
* `dest` {string} destination path to copy to.
2389
- * Returns: {boolean|Promise}
2390
+ * Returns: {boolean|Promise} A value that is coercible to `boolean` or
2391
+ a `Promise` that fulfils with such value.
2390
2392
* `force` {boolean} overwrite existing file or directory. The copy
2391
2393
operation will ignore errors if you set this to false and the destination
2392
2394
exists. Use the `errorOnExist` option to change this behavior.
@@ -5361,7 +5363,8 @@ changes:
5361
5363
all of its contents will be skipped as well. **Default:** ` undefined `
5362
5364
* ` src` {string} source path to copy.
5363
5365
* ` dest` {string} destination path to copy to.
5364
- * Returns: {boolean}
5366
+ * Returns: {boolean} Any non-` Promise ` value that is coercible
5367
+ to ` boolean` .
5365
5368
* ` force` {boolean} overwrite existing file or directory. The copy
5366
5369
operation will ignore errors if you set this to false and the destination
5367
5370
exists. Use the ` errorOnExist` option to change this behavior.
0 commit comments