@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
9 lines • 346 B
TypeScript
/**
*
* @param {string|null|undefined} string
* @param {number} [start]
* @param {number} [length] how many characters to hash, defaults to full string length
* @returns {number}
*/
export function computeStringHash(string: string | null | undefined, start?: number, length?: number): number;
//# sourceMappingURL=computeStringHash.d.ts.map