rucken
Version:
Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process
11 lines • 362 B
TypeScript
export declare function parseMo(input: unknown, options: Record<string, unknown>): {
headers: any;
pluralFunction: any;
translations: any;
};
export declare function parsePo(input: unknown, options: Record<string, unknown>): {
headers: any;
pluralFunction: any;
translations: any;
};
//# sourceMappingURL=gettext-to-messageformat.d.ts.map