amis-rpc-design/node_modules/styled-components/dist/utils/hash.d.ts
2023-10-07 19:42:30 +08:00

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;