UNPKG

@push.rocks/smarthash

Version:

Cross-environment hash functions (SHA256 and MD5) for Node.js and browsers, with support for strings, streams, and files.

3 lines (2 loc) 168 B
import * as plugins from './nodehash.plugins.js'; export declare const hashStreamPipeStop: (resolveFunctionArg: (inputArg: string) => any) => plugins.stream.Transform;