mirror of https://github.com/jkjoy/sunpeiwen.git
4 lines
133 B
TypeScript
4 lines
133 B
TypeScript
|
/// <reference types="node" />
|
||
|
import crypto from 'crypto';
|
||
|
export declare function getStringHash(input: crypto.BinaryLike): string;
|