mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 15:39:30 +08:00
3 lines
133 B
Text
3 lines
133 B
Text
/// <reference types="node" />
|
|
import crypto from 'crypto';
|
|
export declare function getStringHash(input: crypto.BinaryLike): string;
|