UNPKG

date-manip

Version:

A lightweight JavaScript date utility library that provides modularity, high performance, and additional features. It supports various date operations, including date addition and subtraction, formatting, comparison, etc.

6 lines (5 loc) 230 B
export declare const BASIC_ISO_REGEX: RegExp; export declare const EXTENDED_ISO_REGEX: RegExp; export declare const ISO_TIMES_REGEX: RegExp[]; export declare const TZ_REGEX: RegExp; export declare const ISO_DATES_REGEX: RegExp[];