/**
 * Exporting functions
 */
export { validateEnv } from "./envGuard.js";

/**
 * Exporting types
 */
export type { EnvGuardOptions, EnvSchema } from "../index.js";
