UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

4 lines (3 loc) 251 B
import { NextRequest, NextResponse } from 'next/server'; import { LocaleCookieConfig } from '../routing/config'; export default function syncCookie(request: NextRequest, response: NextResponse, locale: string, localeCookie: LocaleCookieConfig): void;