UNPKG

arb-convert

Version:

Convert Application Resource Bundle (ARB) translation files to other translation formats and back

4 lines (3 loc) 248 B
import { IConvertOptions, IParseOptions } from './types'; export declare function convertFromArb(format: string, options: IConvertOptions): IParseOptions; export declare function parseToArb(format: string, options: IParseOptions): IConvertOptions;