UNPKG
@airwallex/node-sdk
Version:
beta (2.0.0-beta.4)
latest (2.0.0-beta.4)
2.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
Airwallex Node.js SDK
@airwallex/node-sdk
/
dist
/
utils
/
maskHelper.d.ts
12 lines
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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