IB
Size: a a a
IB
М
..
..
М

IB
М
IB
М
IB

IB

М

TS
TS
TS
АП
try {
return typeof JSON.parse(JSON.stringify(value)) == 'object'
} catch (e) {
console.log(e);
return false;
}
думаешь тут нужен try/catch?TS
II
try {
return typeof JSON.parse(JSON.stringify(value)) == 'object'
} catch (e) {
console.log(e);
return false;
}
думаешь тут нужен try/catch?АП