UNPKG

280 BTypeScriptView Raw
1import { MessageFormatElement } from './types';
2/**
3 * Whether to convert `#` in plural rule options
4 * to `{var, number}`
5 * @param el AST Element
6 * @param pluralStack current plural stack
7 */
8export declare function normalizeHashtagInPlural(els: MessageFormatElement[]): void;