UNPKG

heatmap-cluster

Version:
7 lines (6 loc) 176 B
export default class StringUtils { /** * Hash function for strings from http://stackoverflow.com/a/15710692/865696 */ static stringHash(s: string): number; }