@syntropysoft/praetorian
Version:
Praetorian CLI – A universal multi-environment configuration validator for DevSecOps teams. Validate, compare, and secure YAML/ENV files with ease.
10 lines • 399 B
TypeScript
import { AbstractFileAdapter } from '../base/AbstractFileAdapter';
export declare class EnvFileAdapter extends AbstractFileAdapter {
canHandle(filePath: string): boolean;
read(filePath: string): Promise<Record<string, any>>;
private parseEnvContent;
private removeQuotes;
getFormat(): string;
getSupportedExtensions(): string[];
}
//# sourceMappingURL=EnvFileAdapter.d.ts.map