UNPKG

xliff

Version:

xliff2js and js2xliff converter xliff utils

4 lines 109 B
import ofjs from './ofjs.js'; export default function targetOfjs(js, cb) { return ofjs(js, 'target', cb); }