UNPKG

next-translate-routes-multi-domain

Version:

Flexible and translated routes for Next.js without custom server

9 lines (8 loc) 209 B
import type { TNtrData } from '../types'; export declare function loader(this: { query: { mustMatch?: boolean; data: TNtrData; }; resourcePath: string; }, rawCode: string): string;