• Checks whether the target string is a valid ISRC

    Example

    expect(isISRC('USAT29900609').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    Returns Result<boolean | undefined>

Generated using TypeDoc