UNPKG

352 BTypeScriptView Raw
1import { IParseOptions } from './src/parser';
2import { Options, MessageFormatElement } from './src/types';
3export * from './src/types';
4export * from './src/parser';
5export declare type ParseOptions = Options & IParseOptions;
6export declare function parse(input: string, opts?: ParseOptions): MessageFormatElement[];
7//# sourceMappingURL=index.d.ts.map
\No newline at end of file