DL
Size: a a a
DL
DL
DH
DL
N
IK
IK
Т
EK
E
D
IK
IK
E
E
function set(item: Ref<string | number>): void {
item.value = 'Test'
}EK
const n: Ref<number> = { value: 1 }E
EK
const resultOfMathCalculation = n.value + 4;
console.log(resultOfMathCalculation);
E
EK