UNPKG

octocode-data-masker

Version:

A TypeScript library for masking sensitive data in strings, including PII, tokens, API keys, and more

3 lines 180 B
import { SensitiveDataPattern } from '../types'; export declare const secretDetectionGenericPatterns: SensitiveDataPattern[]; //# sourceMappingURL=secret-detection-generic.d.ts.map