UNPKG

@api-helper/cli

Version:

根据 Swagger 的接口定义生成 TypeScript/JavaScript 的接口类型及其请求函数代码。

17 lines (16 loc) 498 B
import './lang/en.json'; import './lang/zh-cn.json'; export default class Locales { static memoLocale: string | null; static memoLocales: Array<string> | null; static memoLocaleMap: Recordable | null; private locale; private locales; private localeMap; private initialized; init(): Promise<this>; setLocale(locale: string): void; getLocale(): string; get(key: string, defaultValue?: string): string; $t(key: string, defaultValue?: string): string; }