You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.d.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ declare namespace cpy {
81
81
/**
82
82
Copy files.
83
83
84
-
@param source - Files to copy.
84
+
@param source - Files to copy. If any of the files do not exist, an error will be thrown (does not apply to globs).
85
85
@param destination - Destination directory.
86
86
@param options - In addition to the options defined here, options are passed to [globby](https://github.com/sindresorhus/globby#options).
0 commit comments