Skip to content

Instantly share code, notes, and snippets.

@Emilios1995
Created June 19, 2017 23:17
Show Gist options
  • Save Emilios1995/260351a8a09dc43cb604bc75450a8219 to your computer and use it in GitHub Desktop.
Save Emilios1995/260351a8a09dc43cb604bc75450a8219 to your computer and use it in GitHub Desktop.
const concatMany = unapply(unnest)
concatMany([1,2,3], [4,5,6], [7,8,9])
// -> [1, 2, 3, 4, 5, 6, 7, 8, 9]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment