@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
9 lines • 349 B
TypeScript
/**
*
* @param {BinaryDataType} dt
* @returns {NumericType}
*/
export function numericTypeFromBinaryDataType(dt: BinaryDataType): NumericType;
import { BinaryDataType } from "../../../core/binary/type/BinaryDataType.js";
import { NumericType } from "../../../core/math/NumericType.js";
//# sourceMappingURL=numericTypeFromBinaryDataType.d.ts.map