Serializer: {
deserialize: {
"$/tools/const": (constant: string) => any;
"$/tools/date": (datetime: string) => Date;
"$/tools/date_strict": (date: string) => Date;
"$/tools/dltable": (obj: any) => never[];
"$/tools/time_strict": (time: string) => Date;
};
serialize: { Date: (date: Date) => Object };
} = ...
Type declaration
deserialize: {
"$/tools/const": (constant: string) => any;
"$/tools/date": (datetime: string) => Date;
"$/tools/date_strict": (date: string) => Date;
"$/tools/dltable": (obj: any) => never[];
"$/tools/time_strict": (time: string) => Date;
}
$/tools/const: (constant: string) => any
$/tools/date: (datetime: string) => Date
$/tools/date_strict: (date: string) => Date
$/tools/dltable: (obj: any) => never[]
$/tools/time_strict: (time: string) => Date
serialize: { Date: (date: Date) => Object }
Date: (date: Date) => Object
List of functions to handle conversions to and from datalynk syntax