mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 01:02:19 +00:00
[TS/JS] BigInt implementation (#6998)
* BigInt implementation * Unit test reading long from existing bytebuffer * Code review
This commit is contained in:
@@ -7,7 +7,6 @@ export { Table, Offset } from './types'
|
||||
|
||||
export { int32, float32, float64, isLittleEndian } from './utils'
|
||||
|
||||
export { Long, createLong } from './long'
|
||||
export { Encoding } from './encoding'
|
||||
export { Builder } from './builder'
|
||||
export { ByteBuffer } from './byte-buffer'
|
||||
|
||||
Reference in New Issue
Block a user