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) 222 B
export type { RegistryManager, RegistryKey, RegistryValue, EventsManager } from './types' export { registryManager } from './registry'; export { formatsManager } from './formats'; export { eventsManager } from './events';