back to deprecated type
This commit is contained in:
parent
996fea2eeb
commit
6cdfca4363
|
@ -2,7 +2,7 @@
|
|||
export declare const Types: {
|
||||
readonly BERT_START: 131;
|
||||
readonly SMALL_ATOM: 119;
|
||||
readonly ATOM: 118;
|
||||
readonly ATOM: 100;
|
||||
readonly BINARY: 109;
|
||||
readonly SMALL_INTEGER: 97;
|
||||
readonly INTEGER: 98;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
export const Types = {
|
||||
BERT_START: 131,
|
||||
SMALL_ATOM: 119,
|
||||
ATOM: 118,
|
||||
ATOM: 100,
|
||||
BINARY: 109,
|
||||
SMALL_INTEGER: 97,
|
||||
INTEGER: 98,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
export const Types = {
|
||||
BERT_START: 131,
|
||||
SMALL_ATOM: 119,
|
||||
ATOM: 118,
|
||||
ATOM: 100,
|
||||
BINARY: 109,
|
||||
SMALL_INTEGER: 97,
|
||||
INTEGER: 98,
|
||||
|
|
Loading…
Reference in New Issue