UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (6 loc) 206 B
import { combine_hash } from "./combine_hash.js"; /** * @deprecated use {@link combine_hash} instead * @type {function(...[number]): number} */ export const computeHashIntegerArray = combine_hash;