UNPKG

octocode-data-masker

Version:

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

5 lines 182 B
export declare const regexPatterns: { all: import("../types").SensitiveDataPattern[]; }; export type { SensitiveDataPattern } from '../types'; //# sourceMappingURL=index.d.ts.map