UNPKG

@taqueria/protocol

Version:

A TypeScript package which contains types that are to be shared between @taqueria/node-sdk and @taqueria/taqueria.

8 lines 209 B
import i18next from 'i18next'; export interface i18n { __: typeof i18next.t; } export type t = i18n; declare const _default: () => Promise<i18n>; export default _default; //# sourceMappingURL=i18n.d.ts.map