UNPKG

@ivandt/json-rules

Version:

Rule parsing engine for JSON rules

9 lines (8 loc) 408 B
export { validateEmail } from "./email"; export { validateURL } from "./url"; export { validateUUID } from "./uuid"; export { validateEAN, validateIMEI } from "./codes"; export { validateDomain } from "./domain"; export { validateUnit, getSupportedUnits, getSupportedUnitTypes, } from "./units"; export { validateCountry, getSupportedCountryNames } from "./country"; export { validatePhone } from "./phone";