UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 364 B
/** * * @param {number} input * @param {BinaryDataType} raw_type * @param {boolean} normalized * @returns {number} */ export function decode_attribute_value(input: number, raw_type: BinaryDataType, normalized: boolean): number; import { BinaryDataType } from "../../../core/binary/type/BinaryDataType.js"; //# sourceMappingURL=decode_attribute_value.d.ts.map