UNPKG

arb-convert

Version:

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

3 lines (2 loc) 151 B
import { Attributes, Element } from 'xml-js'; export default function makeElement(name: string, attributes: Attributes, children: Element[]): Element;