• Checks whether the target conforms to the ascii standard

    expect(isAscii('foobar')).toBeTruthy()
    

    Parameters

    • target: string

      The target

    Returns Result<boolean | undefined>

Generated using TypeDoc