UNPKG

@socketsecurity/lib

Version:

Core utilities and infrastructure for Socket.dev security tools

6 lines (5 loc) 198 B
/** * @fileoverview Zod schema validation library wrapper for type-safe runtime validation. * Provides access to zod's schema builder through the z object. */ export { z } from './external/zod';