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
/
get-session.d.ts
4 lines
•
249 B
TypeScript
View Raw
1
2
3
4
import
type
{
AuthConfig
}
from
'@auth/core/types'
;
import
{
GetSessionResult
,
ReqForSession
}
from
'./types.js'
;
export
declare
function
getSession
(
req
:
ReqForSession
,
config
:
AuthConfig
):
GetSessionResult
;
//# sourceMappingURL=get-session.d.ts.map