UNPKG

@baqhub/sdk

Version:

The official JavaScript SDK for the BAQ federated app platform.

8 lines (7 loc) 220 B
declare function hashString(value: string): string; declare function shortHashString(value: string): string; export declare const Hash: { hash: typeof hashString; shortHash: typeof shortHashString; }; export {};