UNPKG

yh-validator

Version:

A lightweight form validation library with modular functions

4 lines (2 loc) 69 B
declare function isDate(input: string): boolean; export { isDate };