UNPKG

237 BTypeScriptView Raw
1/// <reference types="node" />
2/// <reference types="node" />
3import crypto from 'crypto';
4declare function createSha1Hash(): crypto.Hash;
5declare function hash(content: crypto.BinaryLike): Buffer;
6export { hash, createSha1Hash };