• Checks whether the target is hexcolor

    Example

    expect(isHexColor('0xff0044').value).toBeTruthy()
    

    Parameters

    • target: string

      The target

    Returns Result<boolean | undefined>

Generated using TypeDoc