UNPKG
@tabuckner/random-contrast-compliant-ts
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
This project was bootstrapped with [TSDX](https://github.com/jaredpalmer/tsdx).
@tabuckner/random-contrast-compliant-ts
/
dist
/
util
/
string-builder
/
string-builder.d.ts
2 lines
(1 loc)
•
92 B
TypeScript
View Raw
1
2
export
declare
const
buildRgbString
:
(
red
:
number
,
green
:
number
,
blue
:
number
) =>
string
;