Files
klz-cables.com/.pnpm-store/v10/files/6a/2d2eaf2cabbaf52ecf6a973482e2d9c8e8c315bdeb995c62a7e9d6a050313a412510b52759c8dc98f775d66e34f322d6d19d3d5571710d6093832cc54d6bff
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

10 lines
350 B
Plaintext

import type { Session } from '../types';
/**
* Checks to see if session is expired
*/
export declare function isSessionExpired(session: Session, { maxReplayDuration, sessionIdleExpire, targetTime, }: {
maxReplayDuration: number;
sessionIdleExpire: number;
targetTime?: number;
}): boolean;
//# sourceMappingURL=isSessionExpired.d.ts.map