Search
Preparing search index...
The search index is not available
poseup 0.4.3
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
poseup 0.4.3
Index
Interfaces
IClean
Options
ICompose
Options
IOptions
IPurge
Options
IRun
Options
Type aliases
TLogger
Functions
attach
clean
compose
purge
run
teardown
Type aliases
TLogger
TLogger
:
"trace"
|
"debug"
|
"info"
|
"warn"
|
"error"
|
"silent"
A logging level value.
Functions
attach
attach
(
)
:
void
Returns
void
clean
clean
(
options
?:
ICleanOptions
)
:
Promise
<
void
>
Parameters
Default value
options:
ICleanOptions
= {}
Returns
Promise
<
void
>
compose
compose
(
options
?:
IComposeOptions
)
:
Promise
<
void
>
Parameters
Default value
options:
IComposeOptions
= {}
Returns
Promise
<
void
>
purge
purge
(
options
?:
IPurgeOptions
)
:
Promise
<
void
>
Parameters
Default value
options:
IPurgeOptions
= {}
Returns
Promise
<
void
>
run
run
(
options
?:
IRunOptions
)
:
Promise
<
void
>
Parameters
Default value
options:
IRunOptions
= {}
Returns
Promise
<
void
>
teardown
teardown
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Globals
IClean
Options
ICompose
Options
IOptions
IPurge
Options
IRun
Options
TLogger
attach
clean
compose
purge
run
teardown
Generated using
TypeDoc
A logging level value.