hex

hex(color: string): { 
    include: boolean, 
    matchs: RegExpMatchArray | null, 
    groups: Array<{ 
        color: string | undefined
    } | null> | null
}

Last updated