UNPKG

@ogcio/o11y-sdk-node

Version:

Opentelemetry standard instrumentation SDK for NodeJS based project

9 lines (8 loc) 300 B
import { BasicRedactor } from "./basic-redactor.js"; import type { RedactionResult } from "./index.js"; export declare class PpsnRedactor extends BasicRedactor { private static readonly PPSN_REGEX; protected redact(value: string): RedactionResult<{ redactedCounter: number; }>; }