UNPKG

yh-validator

Version:

A lightweight form validation library with modular functions

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