UNPKG

optivise

Version:

Optivise - The Ultimate Optimizely Development Assistant with AI-powered features, zero-config setup, and comprehensive development support

9 lines 244 B
export interface RedactionResult { text: string; redactions: Array<{ type: string; count: number; }>; } export declare function redactSensitive(input: string): RedactionResult; //# sourceMappingURL=sensitive.d.ts.map