dev-lamp
Version:
Your friendly lighthouse performance companion - 100% local
12 lines • 405 B
TypeScript
export declare class PathSanitizer {
private static readonly DANGEROUS_PATTERNS;
private static readonly MAX_PATH_LENGTH;
private static readonly SAFE_EXTENSIONS;
static sanitizeOutputPath(path: string): {
safe: boolean;
sanitized?: string;
error?: string;
};
static sanitizeFilename(filename: string): string;
}
//# sourceMappingURL=path-sanitizer.d.ts.map