bufferStuff/Endian.ts

4 lines
31 B
TypeScript
Raw Normal View History

2023-04-28 16:47:02 +01:00
export enum Endian {
LE,
BE
}