UNPKG
@ditsmod/authjs
Version:
latest (3.0.0-alpha.1)
next (3.0.0-alpha.5)
3.0.4-alpha.4
3.0.3-alpha.4
3.0.2-alpha.4
3.0.1-alpha.4
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
Ditsmod module to support Auth.js
ditsmod.github.io/en/
ditsmod/ditsmod
@ditsmod/authjs
/
dist
/
index.d.ts
5 lines
•
244 B
TypeScript
View Raw
1
2
3
4
5
export
{
AuthjsModule
}
from
'./authjs.module.js'
;
export
{
AUTHJS_CONFIG
,
AUTHJS_SESSION
}
from
'./constants.js'
;
export
{
AuthjsGuard
}
from
'./auth.guard.js'
;
export
{ getSession }
from
'./get-session.js'
;
//# sourceMappingURL=index.d.ts.map