@launchmenu/core
Version:
An environment for visual keyboard controlled applets
8 lines • 337 B
TypeScript
/**
* Retrieves the hash for a given string
* @param string The string to get the hash for
* @param normalized Whether normalize the output number to the range [0, 1]
* @returns The hash number
*/
export declare function getStringHash(string: string, normalized?: boolean): number;
//# sourceMappingURL=getStringHash.d.ts.map