UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 202 B
/** * Uint8 to hex (2 characters) * * @example uint82hex(10) => "0A" * @param {number} x * @return {string} */ export function uint82hex(x: number): string; //# sourceMappingURL=uint82hex.d.ts.map