Files
boc/landvex/node_modules/openai/internal/qs/index.d.mts
T
Bernt 6989a98d75 feat: Passwordless cross-device authentication
- Arkitektur: docs/auth/passwordless-architecture.md
- Backend: iom/quixzoom-auth-service/ (FastAPI + Redis)
- Webb: quixzoom-market-pages/se/login/ (QR-kod + polling)
- App: iom/quixzoom-app/src/features/auth/ (push + deep links)

Flöde: QR-kod → app-godkännande → webb-inloggad
2026-07-07 07:11:50 +00:00

10 lines
405 B
TypeScript

declare const formats: {
formatters: Record<import("./types.mjs").Format, (str: PropertyKey) => string>;
RFC1738: string;
RFC3986: string;
default: import("./types.mjs").Format;
};
export { stringify } from "./stringify.mjs";
export { formats };
export type { DefaultDecoder, DefaultEncoder, Format, ParseOptions, StringifyOptions } from "./types.mjs";
//# sourceMappingURL=index.d.mts.map