UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 190 B
/** * Converts string hex representation to a decimal integer * @param {string} v * @returns {number} */ export function hex2dec(v: string): number; //# sourceMappingURL=hex2dec.d.ts.map