light-sentry-sdk/dist/utils/hash.d.ts

7 lines
249 B
TypeScript

export declare function hashString(str: string): number;
export declare function md5(str: string): string;
export declare function computeFingerprint(type: string, message: string, frames?: {
filename: string;
lineno?: number;
}[]): string;