UNPKG

@maskito/kit

Version:

The optional framework-agnostic Maskito's package with ready-to-use masks

3 lines (2 loc) 166 B
import type { MaskitoDateParams } from '../date-params'; export declare function maskitoParseDate(value: string, { mode, min, max }: MaskitoDateParams): Date | null;