UNPKG

arb-convert

Version:

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

12 lines (11 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function makeElement(name, attributes, children) { return { type: 'element', name: name, attributes: attributes, elements: children, }; } exports.default = makeElement;