UNPKG

172 BTypeScriptView Raw
1declare function readableColor(
2 color: string,
3 returnIfLightColor?: string,
4 returnIfDarkColor?: string,
5 strict?: boolean,
6): string;
7
8export default readableColor;