UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

6 lines (5 loc) 186 B
/** * 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;