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
/
constants
/
config-defaults.d.ts
5 lines
(4 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
CONFIG_DEFAULTS
: {
defaultContrastMinimum
:
number
;
defaultContrastMaximum
:
number
; };