Project

General

Profile

1
import * as html from '../ml_parser/ast';
2
import { InterpolationConfig } from '../ml_parser/interpolation_config';
3
import * as i18n from './i18n_ast';
4
/**
5
 * Returns a function converting html nodes to an i18n Message given an interpolationConfig
6
 */
7
export declare function createI18nMessageFactory(interpolationConfig: InterpolationConfig): (nodes: html.Node[], meaning: string, description: string, id: string) => i18n.Message;
(11-11/20)