A wrapper for throwing things in an expression context. You will likely want to remove this if you can just use throw in expressions.
throw
https://github.com/tc39/proposal-throw-expressions
A wrapper for throwing things in an expression context. You will likely want to remove this if you can just use
throw
in expressions.