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.

13 lines (12 loc) 303 B
export type { PathSegments, MountingTask, MountingChunk, CheckingTask, CheckingChunk, CheckingChunkTask, CheckingReject } from './types'; export { mounter, nodeSymbol, hasNodeSymbol } from "./mounter"; export { checker } from "./checker"; export { cloner } from "./cloner";