@@ -1049,7 +1049,7 @@ changes:
1049
1049
that resolves to ` true ` or ` false ` **Default:** ` undefined ` .
1050
1050
* ` src` {string} source path to copy.
1051
1051
* ` dest` {string} destination path to copy to.
1052
- * Returns: {boolean| Promise}
1052
+ * Returns: ` Promise ` or the type that is coercible to ` boolean ` .
1053
1053
* ` force` {boolean} overwrite existing file or directory. The copy
1054
1054
operation will ignore errors if you set this to false and the destination
1055
1055
exists. Use the ` errorOnExist` option to change this behavior.
@@ -2455,7 +2455,7 @@ changes:
2455
2455
that resolves to `true` or `false` **Default:** `undefined`.
2456
2456
* `src` {string} source path to copy.
2457
2457
* `dest` {string} destination path to copy to.
2458
- * Returns: {boolean| Promise}
2458
+ * Returns: ` Promise` or the type that is coercible to `boolean`.
2459
2459
* `force` {boolean} overwrite existing file or directory. The copy
2460
2460
operation will ignore errors if you set this to false and the destination
2461
2461
exists. Use the `errorOnExist` option to change this behavior.
@@ -5447,7 +5447,7 @@ changes:
5447
5447
all of its contents will be skipped as well. **Default:** ` undefined `
5448
5448
* ` src` {string} source path to copy.
5449
5449
* ` dest` {string} destination path to copy to.
5450
- * Returns: { boolean}
5450
+ * Returns: the type that is coercible to ` boolean` .
5451
5451
* ` force` {boolean} overwrite existing file or directory. The copy
5452
5452
operation will ignore errors if you set this to false and the destination
5453
5453
exists. Use the ` errorOnExist` option to change this behavior.
0 commit comments