UNPKG

@volverjs/data

Version:

Repository pattern implementation with a tiny HttpClient based on Fetch API.

5 lines (4 loc) 164 B
export declare class Hash { static readonly cyrb53: (str: string, seed?: number) => number; static readonly djb2: (str: string, seed?: number) => number; }