UNPKG

redact-pii

Version:

Remove personally identifiable information from text.

4 lines (3 loc) 344 B
import { SimpleRegexpCustomRedactorConfig, AsyncCustomRedactorConfig, ISyncRedactor, IRedactor } from './types'; export declare function isSimpleRegexpCustomRedactorConfig(redactor: AsyncCustomRedactorConfig): redactor is SimpleRegexpCustomRedactorConfig; export declare function isSyncRedactor(redactor: IRedactor): redactor is ISyncRedactor;