UNPKG

@ogcio/o11y-sdk-node

Version:

Opentelemetry standard instrumentation SDK for NodeJS based project

9 lines (8 loc) 310 B
import { BasicRedactor } from "./basic-redactor.js"; import type { RedactionResult } from "./index.js"; export declare class EmailRedactor extends BasicRedactor { private static readonly EMAIL_REGEX; protected redact(value: string): RedactionResult<{ domains: Record<string, number>; }>; }