UNPKG

@syntropysoft/praetorian

Version:

Praetorian CLI – A universal multi-environment configuration validator for DevSecOps teams. Validate, compare, and secure YAML/ENV files with ease.

12 lines 462 B
import { AbstractFileAdapter } from '../base/AbstractFileAdapter'; export declare class HclFileAdapter extends AbstractFileAdapter { canHandle(filePath: string): boolean; read(filePath: string): Promise<Record<string, any>>; private parseHclContent; private parseNestedBlock; private countNestedBlockLines; private parseValue; getFormat(): string; getSupportedExtensions(): string[]; } //# sourceMappingURL=HclFileAdapter.d.ts.map