UNPKG

@winstrike/next-i18next-koa

Version:

The easiest way to translate your NextJs apps. With Koa support only. Forked from 'next-i18next'.

7 lines (4 loc) 189 B
import NextI18Next from './types'; import { Middleware } from 'koa'; declare function nextI18NextMiddleware(nexti18next: NextI18Next): Middleware[]; export default nextI18NextMiddleware;