index.d.ts 123 Bytes
import { validate } from "./validate";
import { ValidationError } from "./validate";
export { validate, ValidationError };