// Note that the decorator _does not_ change the TypeScript type // and so the new property `reportingURL` is not known // to the type system:
if (Math.random() > 0.5) console.log(true)
else console.log(false)
Math.random()>.5?console.log(!0):console.log(!1);
А зачем их запоминать? Копипастишь название и автоимпортом добавляешь импорт. Всё.