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.

7 lines 252 B
/** * Redaction module exports * Provides centralized access to all redaction functionality */ export { DataRedactor } from './redactor.js'; export { defaultRedactionConfig, RedactionController } from './config.js'; //# sourceMappingURL=index.js.map