UNPKG

@smithy/hash-stream-node

Version:

[![NPM version](https://img.shields.io/npm/v/@smithy/hash-stream-node/latest.svg)](https://www.npmjs.com/package/@smithy/hash-stream-node) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/hash-stream-node.svg)](https://www.npmjs.com/package/@smithy

8 lines (7 loc) 196 B
/// <reference types="node" /> import { StreamHasher } from "@smithy/types"; import { Readable } from "stream"; /** * @internal */ export declare const fileStreamHasher: StreamHasher<Readable>;