UNPKG

validare

Version:

Validation tool for web projects

44 lines (42 loc) 814 B
import { file_schemas, string_schemas, global, email_schemas, ip_schemas, phone_schemas, url_schemas, number_schemas, object_schemas, boolean_schemas, undefined_schemas, values_schemas, array, base64, doi, unicode_name, latex, multi_type } from './schemas'; type schema = file_schemas&global| string_schemas&global| email_schemas&global| ip_schemas&global| phone_schemas&global| url_schemas&global| number_schemas&global| object_schemas&global| boolean_schemas&global| undefined_schemas&global| values_schemas&global| array&global| base64&global| doi&global| unicode_name&global| latex&global| multi_type ; export{ schema }