secure-kit
Version:
Production-grade security + performance toolkit for backend frameworks with OWASP Top 10 compliance
11 lines • 324 B
TypeScript
interface ConfigCommandOptions {
action: 'show' | 'validate' | 'generate' | 'update';
preset?: string;
output?: string;
format: string;
key?: string;
value?: string;
}
export declare function configCommand(options: ConfigCommandOptions): Promise<void>;
export {};
//# sourceMappingURL=config.d.ts.map