/** * PD Config Redaction Deep Coverage — PRI-304 * * 补充测试覆盖缺口: * - 嵌套对象中的敏感数据脱敏 * - 数组中的敏感数据脱敏 * - 循环引用处理 * - 多层嵌套的敏感键检测 * - 特殊格式的token值(Bearer, sk-, 自定义格式) * - 边界条件:空值、null、undefined */ export {}; //# sourceMappingURL=pd-config-redaction-deep.test.d.ts.map