UNPKG
bb-inspired
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Core library for BB-inspired NestJS backend
bb-inspired
/
dist
/
modules
/
auth
/
pipes
/
index.d.ts
5 lines
(4 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./credentials-validation.pipe'
;
export
*
from
'./jwt-validation.pipe'
;
export
*
from
'./refresh-token-validation.pipe'
;
export
*
from
'./tenant-validation.pipe'
;