UNPKG

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 (10 loc) 260 B
export declare function parseMo(input: any, options: any): { headers: any; pluralFunction: any; translations: any; }; export declare function parsePo(input: any, options: any): { headers: any; pluralFunction: any; translations: any; };