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
/
auth
/
index.d.ts
4 lines
(3 loc)
•
109 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./auth.module'
;
export
*
from
'./auth.service'
;
export
*
from
'./interfaces/auth.interfaces'
;