UNPKG
dewmyth-auth-nestjs-mongo
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
1. Install the package
dewmyth-auth-nestjs-mongo
/
src
/
index.ts
3 lines
(2 loc)
•
75 B
text/typescript
View Raw
1
2
3
export
*
from
'./auth/auth.module'
;
export
*
from
'./auth/auth.service'
;