UNPKG

@odata2ts/converter-luxon

Version:

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

4 lines (3 loc) 173 B
import { ValueConverter } from "@odata2ts/converter-api"; import { Duration } from "luxon"; export declare const durationToLuxonConverter: ValueConverter<string, Duration>;