mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 02:51:37 +00:00
[JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095)
This commit is contained in:
4
ts/encoding.ts
Normal file
4
ts/encoding.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum Encoding {
|
||||
UTF8_BYTES = 1,
|
||||
UTF16_STRING = 2
|
||||
}
|
||||
Reference in New Issue
Block a user