2025-05-12 05:38:44 +09:00

4 lines
151 B
TypeScript

export declare const hash: (o: any) => any;
declare function hashString(string: any): number;
export { hashString };
//# sourceMappingURL=hash.d.ts.map