• Test whether the target string is an ISBN number.

    Example

    expect(isISIN('AU0000XVGZA3').value).toBeTruthy()
    

    Parameters

    • target: string

      The string

    Returns Result<boolean | undefined>

Generated using TypeDoc