Files
flatbuffers-bigfoot/ts/constants.ts
2025-09-23 21:50:27 -07:00

5 lines
138 B
TypeScript

export const SIZEOF_SHORT = 2;
export const SIZEOF_INT = 4;
export const FILE_IDENTIFIER_LENGTH = 4;
export const SIZE_PREFIX_LENGTH = 4;