• Tests whether the target is BIC encoded

    Example

    expect(isBIC(SBICKEN1).value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    Returns Result<boolean | undefined>

Generated using TypeDoc