UNPKG

@thewtex/vtk.js-esm

Version:

Visualization Toolkit for the Web

14 lines (11 loc) 261 B
/** * Get the endianness */ export function getEndianness(): string | null; export const ENDIANNESS : string; /** * * @param {ArrayBuffer} buffer * @param {Number} wordSize */ export function swapBytes(buffer : ArrayBuffer, wordSize : number): void;