UNPKG

envase

Version:

Type-safe environment variable validation with Standard Schema compliance

6 lines (5 loc) 194 B
import type { EnvSchema } from '../types.js'; /** * Loads an environment schema from a file using dynamic import. */ export declare const loadSchema: (filePath: string) => Promise<EnvSchema>;