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