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

3 lines
206 B
Plaintext

import type { AuthStrategyFunctionArgs } from './index.js';
export declare const extractJWT: (args: Omit<AuthStrategyFunctionArgs, "strategyName">) => null | string;
//# sourceMappingURL=extractJWT.d.ts.map