UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (8 loc) 143 B
/** * @template T * @param {T} object * @return {number} */ export function invokeObjectHash(object) { return object.hash(); }