UNPKG

@variantjs/core

Version:

VariantJS common functions and utilities

4 lines (3 loc) 257 B
import { DateValue, DateLocale } from '../types/Dates'; declare const parseDate: (date: DateValue | undefined | null, fromFormat?: string, timeless?: boolean | undefined, customLocale?: DateLocale | undefined) => Date | undefined; export default parseDate;