index.d.ts 123 Bytes Raw Blame History Permalink 1 2 3 import { validate } from "./validate"; import { ValidationError } from "./validate"; export { validate, ValidationError };