frontend/.pnpm-store/v3/files/76/9f3de30fdcb277147be0115e675368a98133865059cf8916cda7904b9c8c80c54bdb968a7e54b6c471a1a00ddc1924e3a5aecadc45a74b76b60100e6d6cab4-exec

5 lines
244 B
Plaintext
Executable File

import { ParserOptions } from './parser';
import { MessageFormatElement } from './types';
export declare function parse(message: string, opts?: ParserOptions): MessageFormatElement[];
export * from './types';
//# sourceMappingURL=index.d.ts.map