UNPKG

@easyflow/pixel

Version:

Easyflow client-side pixel SDK

8 lines (7 loc) 243 B
export declare function sha256HexBrowser(input: string, opts?: { normalize?: boolean; fallback?: "mask" | "error"; }): Promise<string>; export declare function sha256HexSync(input: string, opts?: { normalize?: boolean; }): string;