Closed rupertotorres1 closed 5 years ago
Most of the formatting was done by Prettier, but I also refactored some stuff (changing let to const where appropriate, assigning with ||, etc.).
let
const
||
Most of the formatting was done by Prettier, but I also refactored some stuff (changing
let
toconst
where appropriate, assigning with||
, etc.).