UNPKG

monaco-editor-i18n-plugin

Version:
8 lines (7 loc) 427 B
export const localize: typeof localize | null; export const loadMessageBundle: typeof loadMessageBundle | null; export const config: typeof config | null; export function localize(path: any, data: any, defaultMessage: any, ...args: any[]): any; export function loadMessageBundle(_file: any): typeof localize; export function config(_opt: any): typeof loadMessageBundle; export function getConfiguredDefaultLocale(): undefined;