MK
Size: a a a
MK
MK
MK
const [t, i18n] = useTranslationResponse()
MK
{ t, i18n } = useTranslationResponse()
IL
IL
IL
IL
S
🦜
🦜
MK
MK
IL
const [t, i18n] = useTranslationResponse()
{ t, i18n } = useTranslationResponse()
IL
S
MK
let a = 1
let b = 2
let c = Object.assign([a, b], { a, b })
AR
MK
MK