Files
2024-07-05 13:46:23 +02:00

5 lines
175 B
TypeScript

/// <reference types="node" />
/// <reference types="node" />
import { BinaryLike } from 'crypto';
export declare function hash(data: BinaryLike, algorithm?: string): Buffer;