UNPKG
unitformat
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
The RAW simple and flexible unit formatter
github.com/rawify/UnitFormat.js
rawify/UnitFormat.js
unitformat
/
unitformat.d.ts
7 lines
(3 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
module
'UnitFormat'
;
export
function
UnitFormat
(
num
:
number
,
baseUnit
:
string
,
prefixes
:
string
,
base
:
number
):
string
;
export
=
UnitFormat
;