5 lines
348 B
Plaintext
Executable File
5 lines
348 B
Plaintext
Executable File
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;
|
|
//# sourceMappingURL=printer.d.ts.map |