UNPKG
@oclif/multi-stage-output
Version:
dev (0.4.3-dev.2)
latest (0.8.42)
qa (0.5.4-qa.0)
0.8.42
0.8.41
0.8.40
0.8.39
0.8.38
0.8.37
0.8.36
0.8.35
0.8.34
0.8.33
0.8.32
0.8.31
0.8.30
0.8.29
0.8.28
0.8.27
0.8.26
0.8.25
0.8.24
0.8.23
0.8.22
0.8.21
0.8.20
0.8.19
0.8.18
0.8.17
0.8.16
0.8.15
0.8.14
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.18
0.7.17
0.7.16
0.7.15
0.7.14
0.7.13
0.7.12
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.9
0.5.7
0.5.6
0.5.5
0.5.4
0.5.4-qa.0
0.5.3
0.5.2
0.5.2-qa.0
0.5.1
0.5.0
0.4.3-dev.2
0.4.3-dev.1
0.4.3-dev.0
0.4.2
0.4.1
0.4.1-dev.0
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Terminal output for oclif commands with multiple stages
github.com/oclif/core
oclif/core
@oclif/multi-stage-output
/
lib
/
utils.d.ts
3 lines
(2 loc)
•
185 B
TypeScript
View Raw
1
2
3
export
declare
function
readableTime
(
time
:
number
,
granularity
:
's'
|
'ms'
,
decimalPlaces
?:
number
):
string
;
export
declare
function
truncate
(
value
:
number
,
decimals
?:
number
):
string
;