4 lines
123 B
TypeScript

import { validate } from "./validate";
import { ValidationError } from "./validate";
export { validate, ValidationError };