UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 291 B
/** * Determines underlying native endianness type * Useful for knowing byte order in TypedArrays * @returns {EndianType} */ export function platform_compute_endianness(): EndianType; import { EndianType } from "./EndianType.js"; //# sourceMappingURL=platform_compute_endianness.d.ts.map