UNPKG
nestjs-oauth2
Version:
latest (0.0.7)
0.0.31
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
NestJS OAuth2 Client
hanchchch/nestjs-oauth2
nestjs-oauth2
/
dist
/
oauth
/
index.d.ts
5 lines
(4 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
export
{
OAuthModule
}
from
"./oauth.module"
;
export
{
OAuthService
}
from
"./oauth.service"
;
export
{
OAuthController
}
from
"./oauth.controller"
;
export
{
InjectOAuth
}
from
"./oauth.decorators"
;