UNPKG

@ogcio/o11y-sdk-node

Version:

Opentelemetry standard instrumentation SDK for NodeJS based project

10 lines (9 loc) 347 B
import { BasicRedactor } from "./basic-redactor.js"; import type { RedactionResult } from "./index.js"; export declare class IpRedactor extends BasicRedactor { private static readonly IPV4_REGEX; private static readonly IPV6_REGEX; protected redact(value: string): RedactionResult<{ counters: Record<string, number>; }>; }