...

Text file src/github.com/google/flatbuffers/ts/flatbuffers.ts

Documentation: github.com/google/flatbuffers/ts

     1export { SIZEOF_SHORT } from './constants.js'
     2export { SIZEOF_INT } from './constants.js'
     3export { FILE_IDENTIFIER_LENGTH } from './constants.js'
     4export { SIZE_PREFIX_LENGTH } from './constants.js'
     5
     6export { Table, Offset, IGeneratedObject, IUnpackableObject } from './types.js'
     7
     8export { int32, float32, float64, isLittleEndian } from './utils.js'
     9
    10export { Encoding } from './encoding.js'
    11export { Builder } from './builder.js'
    12export { ByteBuffer } from './byte-buffer.js'

View as plain text