UNPKG
@funny-ui/cli
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.2
0.0.1
funny-ui cli
github.com/programmermark/funny-cli
programmermark/funny-cli
@funny-ui/cli
/
lib
/
commands
/
compile.d.ts
4 lines
(3 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
export
declare
function
removeDir
(
):
Promise
<[
void
,
void
,
void
]>;
export
declare
function
runTask
(
taskName
:
string
,
task
: () =>
any
):
Promise
<
void
>;
export
declare
function
compile
(
):
Promise
<
void
>;