UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

12 lines 287 B
interface MaskOptions { maskChar?: string; sensitiveFields?: string[]; maskLength?: number; } export declare function maskSensitiveData(data: { [key: string]: any; }, options?: MaskOptions): { [key: string]: any; }; export {}; //# sourceMappingURL=maskHelper.d.ts.map