ts-lambda-api - v2.5.2
    Preparing search index...

    Interface StreamHasher<StreamType>

    A function that calculates the hash of a data stream. Determining the hash will consume the stream, so only replayable streams should be provided to an implementation of this interface.

    Type Parameters

    • StreamType = any