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

4 lines (3 loc) 268 B
export declare function i18nextToPo(locale: any, body: any, options?: {}): Promise<any>; export declare function i18nextToPot(locale: any, body: any, options?: {}): Promise<any>; export declare function i18nextToMo(locale: any, body: any, options?: {}): Promise<any>;