• Check whether the target string is a valid ISO 3166-1 alpha-3 officially assigned country code

    Example

    expect(isISO31661Alpha3('ABW').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    Returns Result<boolean | undefined>

Generated using TypeDoc