blob: 856792ce207b9c004f830ded878204f840961b31 [file] [log] [blame]
Austin Schuh272c6132020-11-14 16:37:52 -08001export enum Encoding {
2 UTF8_BYTES = 1,
3 UTF16_STRING = 2
4}