UNPKG

@telegram-apps/sdk

Version:

TypeScript Source Development Kit for Telegram Mini Apps client application.

7 lines (6 loc) 210 B
/** * @param color - color in any format acceptable by the `toRGB` function. * @returns True if the color is recognized as dark. * @see toRGB */ export declare function isColorDark(color: string): boolean;