• Tests whether the target is full width

    Example

    expect(isFullWidth('3ー0 a@com').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    Returns Result<boolean | undefined>

Generated using TypeDoc