extensions
extensions copied to clipboard
Boolean in Utilities has unintended functionality due to Casting.
The following block has possibly unintended functionality due to not casting the input to a boolean before returning:
https://github.com/TurboWarp/extensions/blob/f9a53719e4de123c2a2cae43db1dcb264bc8f7bb/extensions/utilities.js#L384-L386
could just be acting as a coupler? not really a cast
could just be acting as a coupler? not really a cast
It is acting as a coupler. Regardless, it doesn't make much sense for a boolean to return anything other than true/false