SourceTermAnalysisSystem_vue/node_modules/@antv/x6-common/lib/string/hashcode.d.ts
2026-05-15 10:22:44 +08:00

6 lines
186 B
TypeScript

/**
* Return a simple hash code from a string.
* Source from: https://github.com/sindresorhus/fnv1a/blob/master/index.js#L25
*/
export declare function hashcode(str: string): number;