Skip to content

Instantly share code, notes, and snippets.

@amysimmons
Last active July 18, 2018 08:02
Show Gist options
  • Save amysimmons/54c4bed2a08af5f5e478c20ecf7431e8 to your computer and use it in GitHub Desktop.
Save amysimmons/54c4bed2a08af5f5e478c20ecf7431e8 to your computer and use it in GitHub Desktop.
try {
	new Function( "( () => {} )" );
	ARROW_FUNCS_ENABLED = true;
}
catch (err) {
	ARROW_FUNCS_ENABLED = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment