flatbuffers/ts/flexbuffers/bit-width.ts

6 lines
83 B
TypeScript

export enum BitWidth {
WIDTH8 = 0,
WIDTH16 = 1,
WIDTH32 = 2,
WIDTH64 = 3,
}