UNPKG

valia

Version:

A runtime data validator in TypeScript with advanced type inference, built-in validation functions, and seamless integration for server and client environments.

6 lines (4 loc) 215 B
export type { MountingTask, CheckingTask, CheckingTaskHooks, Rejection } from './types'; export { mounter, metadataSymbol } from "./mounter"; export { checker } from "./checker"; export { cloner } from "./cloner";