Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
e53732b9b9842a8091de33a0b78fd7d8e464b31e
/
.
/
ts
/
constants.ts
blob: cb70ceddb5970ab631023a34dcb5cd10eec8d9b0 [
file
]
export
const
SIZEOF_SHORT
=
2
;
export
const
SIZEOF_INT
=
4
;
export
const
FILE_IDENTIFIER_LENGTH
=
4
;
export
const
SIZE_PREFIX_LENGTH
=
4
;