• Tests whether the target is HSL color

    Example

    expect(isHSL('hsL(0, 0%, 0%)').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    Returns Result<boolean | undefined>

Generated using TypeDoc