UNPKG

@ditsmod/authjs

Version:

Ditsmod module to support Auth.js

4 lines 249 B
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