UNPKG

rxdb

Version:

A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/

5 lines (4 loc) 249 B
import type { HashFunction } from '../../types/index.d.ts'; export declare function nativeSha256(input: string): Promise<string>; export declare const defaultHashSha256: HashFunction; export declare function hashStringToNumber(str: string): number;