get-string-hash.d.ts 133 Bytes Raw Blame History Permalink 1 2 3 /// <reference types="node" /> import crypto from 'crypto'; export declare function getStringHash(input: crypto.BinaryLike): string;