UNPKG

google-translate-api-x

Version:
20 lines 407 B
'use strict'; module.exports = class { text = ''; pronunciation = undefined; from = { language: { didYouMean: undefined, iso: '' }, text: { autoCorrected: undefined, value: '', didYouMean: undefined } }; raw = undefined; constructor(raw) { this.raw = raw; } };