UNPKG

supertokens-node

Version:
8 lines (7 loc) 297 B
// @ts-nocheck import type { VerifySessionOptions } from ".."; import type { Next } from "koa"; import type { SessionContext } from "../../../framework/koa/framework"; export declare function verifySession( options?: VerifySessionOptions ): (ctx: SessionContext, next: Next) => Promise<void>;