mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-08 19:43:11 -04:00
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;
|