UNPKG

@topsoft4u/next-translate-utils

Version:
5 lines (4 loc) 273 B
import { NextApiRequest } from "next"; export declare const BoolToText: (val: boolean) => string; export declare const localeXTerritory: Record<string, string>; export declare const apiGetT: (req: NextApiRequest, ns: string) => Promise<import("next-translate").Translate>;