• Tests whether the target string contains one or more multibyte characters

    Example

    expect(isMultibyte('カタカナ').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    Returns Result<boolean | undefined>

Generated using TypeDoc