4 lines
261 B
TypeScript
4 lines
261 B
TypeScript
import { DateTime } from 'luxon';
|
|
export declare const convertToDateTime: (value: string | Date | DateTime) => DateTime | undefined;
|
|
export declare function checkIfValueDefinedOrThrow<T>(value: T, functionName: string): void;
|
|
//# sourceMappingURL=utils.d.ts.map
|