Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
31c4535a39274328f3b1bf26892e0e9ba91509df
/
.
/
third_party
/
flatbuffers
/
ts
/
encoding.ts
blob: 856792ce207b9c004f830ded878204f840961b31 [
file
] [
log
] [
blame
]
Austin Schuh
272c613
2020-11-14 16:37:52 -0800
[
diff
] [
blame
]
1
export
enum
Encoding
{
2
UTF8_BYTES
=
1
,
3
UTF16_STRING
=
2
4
}