bufferStuff/Endian.ts

4 lines
31 B
TypeScript

export enum Endian {
LE,
BE
}