• Checks whether the target string is a valid MD5 checksum

    Example

    expect(isMD5('d94f3f016ae679c3008de268209132f2').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    Returns Result<boolean | undefined>

Generated using TypeDoc