UNPKG

styled-components

Version:
5 lines (4 loc) 209 B
export declare const SEED = 5381; export declare const phash: (h: number, x: string) => number; export declare const phashN: (h: number, n: number) => number; export declare const hash: (x: string) => number;