UNPKG

@awesome-fe/translate

Version:
12 lines (11 loc) 347 B
export declare enum TranslationEngineType { google = "google", gcloud = "gcloud", ms = "ms", dict = "dict", fake = "fake", noop = "noop" } export declare function containsChinese(text?: string): boolean; export declare function basenameWithoutExt(filename: string): string; export declare function ensureHomeDir(): string;