Files
klz-cables.com/.pnpm-store/v10/files/3d/9497e293fea2debc72d8523404889e9ab9ada224bb000ab342b29fa37605ee8af63f29c017e12035fe6a5b8c674f2c7a6b48584821b15e9b0c73bb83f7f0ad
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

11 lines
356 B
Plaintext

import { 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