UNPKG

@wgtechlabs/log-engine

Version:

A lightweight, security-first logging utility with automatic data redaction for Node.js applications - the first logging library with built-in PII protection.

8 lines 297 B
/** * Redaction module exports * Provides centralized access to all redaction functionality */ export { DataRedactor } from './redactor'; export { defaultRedactionConfig, RedactionController } from './config'; export type { RedactionConfig } from '../types'; //# sourceMappingURL=index.d.ts.map