UNPKG

next-translate-routes-multi-domain

Version:

Flexible and translated routes for Next.js without custom server

3 lines (2 loc) 223 B
export declare const isRoutesFileName: (fileName: string, routesDataFileName?: string) => boolean | "" | undefined; export declare const getAllRoutesFiles: (directoryPath?: string, routesDataFileName?: string) => string[];