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