util.js (117B)
1 async function createTranslator(options) { 2 await test_driver.bless(); 3 return await Translator.create(options); 4 }