UNPKG

simple-redact

Version:
14 lines (13 loc) 265 B
import { ConfigRedact } from '../typings/ConfigRedact'; export declare const example: { a: string; b: string; c: { d: string; e: string; f: { g: string; }; }; }; export declare const toMask: ConfigRedact;