UNPKG

@variantjs/core

Version:

VariantJS common functions and utilities

4 lines (3 loc) 217 B
import { DateLocale, DateFormatter } from '../types/Dates'; declare const buildDateFormatter: (locale: DateLocale, customDateFormatter?: DateFormatter | undefined) => DateFormatter; export default buildDateFormatter;