xref: /aosp_15_r20/external/flatbuffers/ts/constants.ts (revision 890232f25432b36107d06881e0a25aaa6b473652)
1*890232f2SAndroid Build Coastguard Workerexport const SIZEOF_SHORT = 2;
2*890232f2SAndroid Build Coastguard Workerexport const SIZEOF_INT = 4;
3*890232f2SAndroid Build Coastguard Workerexport const FILE_IDENTIFIER_LENGTH = 4;
4*890232f2SAndroid Build Coastguard Workerexport const SIZE_PREFIX_LENGTH = 4;