UNPKG

iso-datestring-validator

Version:

The goal of the package is to provide lightweight tools for validating strings denotings dates and time. It includes ISO 8601 datestring validation, simple YYYY-MM-DD date validation and time validation in hh:mm:ss.fff format. See details in readme.

2 lines (1 loc) 73 B
export declare function getStringSeparator(dateString: string): string;