UNPKG

@beenotung/tslib

Version:
4 lines (3 loc) 167 B
import { BinaryLike } from 'crypto'; /** only works in node.js (using crypto module) */ export declare function hash(content: BinaryLike, algorithm?: string): Buffer;