UNPKG
@thewtex/vtk.js-esm
Version:
latest (18.4.2-77b22c7239.1)
18.4.2-77b22c7239.1
18.4.2-77b22c7239
Visualization Toolkit for the Web
github.com/kitware/vtk-js
kitware/vtk-js
@thewtex/vtk.js-esm
/
Common
/
Core
/
Endian.d.ts
14 lines
(11 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * 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
;