UNPKG

telegram-miniapp-tools

Version:
7 lines (6 loc) 201 B
import { RGB } from "../types/index.js"; /** * Returns true in case, passed value has #RRGGBB format. * @param value - value to check. */ export declare function isRGB(value: string): value is RGB;