UNPKG
ral-hex-converter
Version:
latest (1.0.1)
1.0.1
1.0.0
Color converter (RAL, HEX)
ral-hex-converter
/
index.d.ts
11 lines
(5 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** Declaration file generated by dts-gen */
export
const
hex
:
string
[];
export
const
rals
:
string
[];
export
function
toHex
(
ral
:
string
|
number
):
string
;
export
function
toRal
(
hex
:
string
):
string
;