UNPKG

@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 400 B
import { AbstractFileAdapter } from '../base/AbstractFileAdapter'; export declare class TomlFileAdapter extends AbstractFileAdapter { canHandle(filePath: string): boolean; read(filePath: string): Promise<Record<string, any>>; private parseTomlContent; private parseValue; getFormat(): string; getSupportedExtensions(): string[]; } //# sourceMappingURL=TomlFileAdapter.d.ts.map