UNPKG

validare

Version:

Validation tool for web projects

13 lines (10 loc) 198 B
export type email = { services?:string[] }; export type ip = {}; export type url = { hostnames?:string[], protocols?:string[], ports?:number[] } export type phone = {}