mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 17:48:39 +00:00
Improve TS types to support isolatedModules and isolatedDeclarations
This commit is contained in:
@@ -404,7 +404,7 @@ var Movie = class _Movie {
|
||||
}
|
||||
charactersType(index) {
|
||||
const offset = this.bb.__offset(this.bb_pos, 8);
|
||||
return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
|
||||
return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : null;
|
||||
}
|
||||
charactersTypeLength() {
|
||||
const offset = this.bb.__offset(this.bb_pos, 8);
|
||||
|
||||
Reference in New Issue
Block a user