Files
pole-book/server/node_modules/@formatjs/icu-messageformat-parser/printer.d.ts

5 lines
311 B
TypeScript

import { MessageFormatElement, DateTimeSkeleton } from './types';
export declare function printAST(ast: MessageFormatElement[]): string;
export declare function doPrintAST(ast: MessageFormatElement[], isInPlural: boolean): string;
export declare function printDateTimeSkeleton(style: DateTimeSkeleton): string;