UNPKG

@odata2ts/converter-common

Version:

Luxon based odata2ts compatible converters for date and time related OData types

3 lines (2 loc) 135 B
import { ValueConverter } from "@odata2ts/converter-api"; export declare const int64ToBigIntConverter: ValueConverter<string, bigint>;