preserves/implementations/javascript/packages/core/src/constants.ts

17 lines
207 B
TypeScript

export enum Tag {
False = 0xa0,
True,
Float,
SignedInteger,
String,
ByteString,
Symbol,
Record,
Sequence,
Set,
Dictionary,
Embedded,
Annotation = 0xbf,
}