UNPKG

eslint-plugin-mdx

Version:
3 lines (2 loc) 183 B
export declare const DEFAULT_LANGUAGE_MAPPER: Record<string, string>; export declare function getShortLang(filename: string, languageMapper?: Record<string, string> | false): string;