UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

5 lines 100 B
/** * equal to `Math.pow(2,32) - 1` * @type {number} */ export const UINT32_MAX = 4294967295;