cubing / jsss

⛔️ Deprecated — use cubing.js instead! (was: Javascript Solver/Scrambler Suite)
42 stars 24 forks source link

Support older node versions #18

Open Dadibom opened 3 years ago

Dadibom commented 3 years ago

Simply replacing x?.y with x && x.y and x ?? y with x || y will make this work with older node versions.