• Test whether the string contains a mixture of full and half-width chars.

    Example

    expect(('Fカタカナ゙ᆲ').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    Returns Result<boolean | undefined>

Generated using TypeDoc