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.

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