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
/
random-value
/
random-value.d.ts
2 lines
(1 loc)
•
62 B
TypeScript
View Raw
1
2
export
declare
const
randomValue
:
(
range
:
number
) =>
number
;