UNPKG
runok
Version:
latest (0.9.3)
0.9.3
0.9.2
0.9.1
0.9.0
NPM scripts on steroids! Replace your scripts with pure JS
github.com/consolidation/runio
runok
/
dist
/
tasks
/
copy.d.ts
13 lines
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Copies file or directory. copySync from 'fs-extra' is used. * * ```js * copy('src/', 'dst/'); * ``` * *
@param
from *
@param
to *
@param
options */
export
default
function
copy
(
from
:
string
, to:
string
, options?:
object
):
any
;
//# sourceMappingURL=copy.d.ts.map