UNPKG

217 BTypeScriptView Raw
1import { MessageFormatElement, DateTimeSkeleton } from './types';
2export declare function printAST(ast: MessageFormatElement[]): string;
3export declare function printDateTimeSkeleton(style: DateTimeSkeleton): string;