UNPKG

zod-config

Version:

Load configuration variables from multiple sources with flexible adapters, ensuring type safety with Zod.

11 lines (8 loc) 345 B
import { B as BaseAdapterProps, b as SyncAdapter } from './types-6327f0b9.js'; import 'zod/v3'; import 'zod/v4/core'; type Json5AdapterProps = BaseAdapterProps & { path: string; }; declare const json5Adapter: ({ path, regex, silent, keyMatching, transform, }: Json5AdapterProps) => SyncAdapter; export { Json5AdapterProps, json5Adapter };