UNPKG

99 BTypeScriptView Raw
1declare function getContrast(color1: string, color2: string): number;
2
3export default getContrast;