UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

16 lines (15 loc) 707 B
export declare const ACP_BASE = "/container_platform/"; export declare const FALSY_VALUES: Set<string | null | undefined>; export declare const TRUTHY_VALUES: Set<string>; export declare const JS_STR_FALSY_VALUES: Set<string | null | undefined>; export declare const APIS_ROUTES: Set<string>; export declare const Language: { readonly en: "English"; readonly zh: "Chinese"; readonly ru: "Russian"; }; export type Language = keyof typeof Language; export declare const SUPPORTED_LANGUAGES: Language[]; export declare const TITLE_TRANSLATION_MAP: Array<Partial<Record<Language, string>>>; export declare const UNVERSIONED = "unversioned"; export declare const UNVERSIONED_PREFIX = "unversioned-";