UNPKG
@takentrade/takentrade-libs
Version:
latest (4.4.0)
4.4.0
4.3.0
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.20
4.1.19
4.1.18
4.1.17
4.1.16
4.1.15
4.1.14
4.1.13
4.1.12
4.1.11
4.1.10
4.1.9
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.3.2
1.3.1
1.3.0
1.2.79
1.2.78
1.2.77
1.2.76
1.2.75
1.2.74
1.2.73
1.2.72
1.2.71
1.2.70
1.2.69
1.2.68
1.2.67
1.2.66
1.2.65
1.2.64
1.2.63
1.2.62
1.2.61
1.2.60
1.2.59
1.2.58
1.2.57
1.2.56
1.2.55
1.2.54
1.2.53
1.2.52
1.2.51
1.2.5
1.2.4
1.2.3
1.2.1
1.2.0
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.59
0.0.58
0.0.57
TakeNTrade shared libraries
github.com/TakeNTrade/takentrade-libs
TakeNTrade/takentrade-libs
@takentrade/takentrade-libs
/
dist
/
utils
/
pipes
/
validation.pipe.d.ts
5 lines
(4 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
import
{
ValidationPipe
,
ArgumentMetadata
}
from
'@nestjs/common'
;
export
declare
class
TNTValidationPipe
extends
ValidationPipe
{
transform
(
value
:
any
,
metadata
:
ArgumentMetadata
):
Promise
<
any
>; }