back to deprecated type

This commit is contained in:
Moon Man 2024-01-28 18:43:24 -05:00
parent 996fea2eeb
commit 6cdfca4363
3 changed files with 3 additions and 3 deletions

2
dist/bert.d.ts vendored
View File

@ -2,7 +2,7 @@
export declare const Types: { export declare const Types: {
readonly BERT_START: 131; readonly BERT_START: 131;
readonly SMALL_ATOM: 119; readonly SMALL_ATOM: 119;
readonly ATOM: 118; readonly ATOM: 100;
readonly BINARY: 109; readonly BINARY: 109;
readonly SMALL_INTEGER: 97; readonly SMALL_INTEGER: 97;
readonly INTEGER: 98; readonly INTEGER: 98;

2
dist/bert.js vendored
View File

@ -1,7 +1,7 @@
export const Types = { export const Types = {
BERT_START: 131, BERT_START: 131,
SMALL_ATOM: 119, SMALL_ATOM: 119,
ATOM: 118, ATOM: 100,
BINARY: 109, BINARY: 109,
SMALL_INTEGER: 97, SMALL_INTEGER: 97,
INTEGER: 98, INTEGER: 98,

View File

@ -1,7 +1,7 @@
export const Types = { export const Types = {
BERT_START: 131, BERT_START: 131,
SMALL_ATOM: 119, SMALL_ATOM: 119,
ATOM: 118, ATOM: 100,
BINARY: 109, BINARY: 109,
SMALL_INTEGER: 97, SMALL_INTEGER: 97,
INTEGER: 98, INTEGER: 98,