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