• Helper function to have md5 generation and definition in one place for a file

    Parameters

    • file: string

      the location of a file to read for a hash

    Returns Promise<string>

    a md5 of the input file

Generated using TypeDoc