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