get-string-hash.d.ts 133 B

123
  1. /// <reference types="node" />
  2. import crypto from 'crypto';
  3. export declare function getStringHash(input: crypto.BinaryLike): string;