UNPKG

329 BTypeScriptView Raw
1import { IParseOptions } from './parser';
2import { Options, MessageFormatElement } from './types';
3export * from './types';
4export * from './parser';
5export * from './skeleton';
6export declare type ParseOptions = Options & IParseOptions;
7export declare function parse(input: string, opts?: ParseOptions): MessageFormatElement[];