UNPKG
@tecfancy/init
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
TecFancy Init
github.com/TecFancy/tecfancy-cli
TecFancy/tecfancy-cli
@tecfancy/init
/
lib
/
createDir.d.ts
7 lines
(6 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Create a directory if it does not exist, or empty it if it does *
@param
dirPath directory path *
@param
force whether to force emptying the directory */
export
default
function
createWorkingDir
(
force: boolean |
undefined
):
Promise
<
void
>;