UNPKG
rgba-to-rgb
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Color conversion function
github.com/iyegoroff/rgba-to-rgb
iyegoroff/rgba-to-rgb
rgba-to-rgb
/
dist
/
index.d.ts
3 lines
(2 loc)
•
98 B
TypeScript
View Raw
1
2
3
declare
const
_default
:
(
background
?:
string
,
color
?:
string
) =>
string
;
export
default
_default;