UNPKG

telegram-miniapp-tools

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