Files
pole-book/server/node_modules/styled-components/native/dist/utils/hash.d.ts

4 lines
146 B
TypeScript

export declare const SEED = 5381;
export declare const phash: (h: number, x: string) => number;
export declare const hash: (x: string) => number;