Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
refs/heads/upstream/master
/
.
/
ts
/
flexbuffers
/
bit-width.ts
blob: 497b2d7a17ad226e1c538a97bc72bf4d79cc9adf [
file
] [
log
] [
blame
] [
edit
]
export
enum
BitWidth
{
WIDTH8
=
0
,
WIDTH16
=
1
,
WIDTH32
=
2
,
WIDTH64
=
3
,
}