UNPKG
@rnm/tscx
Version:
latest (0.2.0)
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
A tsc wrapper with many convenient features.
github.com/rnmjs/tscx
rnmjs/tscx
@rnm/tscx
/
dist
/
cmd
/
copyfiles.d.ts
7 lines
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Copy non-ts/non-js files to outDir *
@param
rootDirectory absolute path *
@param
outDirectory absolute path */
export
declare
function
copyfiles
(
rootDirectory
:
string
,
outDirectory
:
string
):
Promise
<
void
>;
//# sourceMappingURL=copyfiles.d.ts.map