getT.d.ts 116 B

1
  1. export default function getT(locale?: string, namespace?: string | string[]): Promise<import("./index").Translate>;