UNPKG

arb-convert

Version:

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

10 lines (9 loc) 195 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function makeText(text) { return { type: 'text', text: text, }; } exports.default = makeText;