• Tests whether the target string is a valid ISSN

    Example

    expect(isISSN('0378-5955').value).toBeTruthy()
    

    Parameters

    • target: string

      The target

    • options: any = {}

      The options

    Returns Result<boolean | undefined>

Generated using TypeDoc