Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
refs/heads/upstream/master
/
.
/
ts
/
encoding.ts
blob: 90e35fe071fad2d42f507e4b8e4a7c0be67e9b7c [
file
] [
log
] [
blame
] [
edit
]
export
enum
Encoding
{
UTF8_BYTES
=
1
,
UTF16_STRING
=
2
,
}