UNPKG

next-translate-routes-multi-domain

Version:

Flexible and translated routes for Next.js without custom server

3 lines (2 loc) 204 B
export declare function removeLangPrefix(pathname: string, toArray?: false, locale?: string): string; export declare function removeLangPrefix(pathname: string, toArray: true, locale?: string): string[];