UNPKG
vix-ui
Version:
latest (6.1.1)
6.1.1
6.0.12
6.0.11
6.0.10
6.0.9
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
1.4.0
1.3.5
1.3.4
1.3.3
1.3.1
1.3.0
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
vix-ui
/
vix-performance-stats
/
decimal-points.pipe.d.ts
5 lines
(4 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
import
{
PipeTransform
}
from
'@angular/core'
;
export
declare
class
DecimalPointsPipe
implements
PipeTransform
{
transform
(
value
:
any
,
args
?:
any
):
any
; }