UNPKG

329 BTypeScriptView Raw
1import { CleanOptions, SpecsOutput } from './types';
2export declare const testOnlySymbol: unique symbol;
3/**
4 * Perform the central validation/sanitization logic on the full environment object
5 */
6export declare function getSanitizedEnv<S>(environment: unknown, specs: S, options?: CleanOptions<SpecsOutput<S>>): SpecsOutput<S>;