intl-messageformat-parser
Version:
Parses ICU Message strings into an AST via JavaScript.
9 lines • 319 B
TypeScript
import { MessageFormatElement } from './types';
/**
* Whether to convert `#` in plural rule options
* to `{var, number}`
* @param el AST Element
* @param pluralStack current plural stack
*/
export declare function normalizeHashtagInPlural(els: MessageFormatElement[]): void;
//# sourceMappingURL=normalize.d.ts.map