UNPKG

@mdfriday/foundry

Version:

The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.

7 lines (6 loc) 321 B
import { LanguageInfo } from './types'; export declare const LTR_LANGUAGES: LanguageInfo[]; export declare const RTL_LANGUAGES: LanguageInfo[]; export declare const ALL_LANGUAGES: LanguageInfo[]; export declare const LANGUAGE_MAP: Record<string, LanguageInfo>; export declare const CODE_NAME_MAP: Record<string, string>;