UNPKG

xliff-generator

Version:

A simple module to create xliff files

11 lines (10 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class TransUnit { constructor(id, source, target) { this.id = id; this.source = source; this.target = target; } } exports.TransUnit = TransUnit;