Skip to content

Instantly share code, notes, and snippets.

@iceener
Created May 9, 2020 11:49
Show Gist options
  • Save iceener/54b2637c9230aacb898fa317c75a8dc0 to your computer and use it in GitHub Desktop.
Save iceener/54b2637c9230aacb898fa317c75a8dc0 to your computer and use it in GitHub Desktop.
// Array to CSV data
const csvContent = result.map(e => e.join(",")).join("\n");
copy(csvContent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment