UNPKG

date-limits

Version:

Check if a date is before a flexible limit.

3 lines (2 loc) 162 B
import { DateLimitConfig } from './types'; export declare function getClosestDate(config: DateLimitConfig, targetDate?: Date, yearLimit?: number): Date | null;