JavaScriptKit
JavaScriptKit copied to clipboard
Added discardableresult
This prevents the warnings for unused results through @discardableResult which means you no longer need _ = everywhere.
TODO: Update comments and readme