Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
refs/heads/upstream/ts-js-up-deps
/
.
/
ts
/
encoding.ts
blob: 856792ce207b9c004f830ded878204f840961b31 [
file
] [
log
] [
blame
] [
edit
]
export
enum
Encoding
{
UTF8_BYTES
=
1
,
UTF16_STRING
=
2
}