UNPKG
@euk-labs/nest-beltz
Version:
latest (0.3.0)
0.3.0
0.2.1-beta.2
0.2.1-beta.1
0.2.1-beta.0
0.2.0
0.1.4
@euk-labs/nest-beltz
/
common
/
decorators
/
sensitive-data.decorator.d.ts
2 lines
•
262 B
TypeScript
View Raw
1
2
export
declare
function
SensitiveData
(
...
sensitiveData
:
string
[]
): <
TFunction
extends
Function
, Y>
(
target
:
object
|
TFunction
,
propertyKey
?:
string
|
symbol
,
descriptor
?:
TypedPropertyDescriptor
<Y>
) =>
void
;
//# sourceMappingURL=sensitive-data.decorator.d.ts.map