Skip to content

Instantly share code, notes, and snippets.

@aaronmcadam
Created August 25, 2016 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronmcadam/95e223ed08ae991d27a3cfdef092730d to your computer and use it in GitHub Desktop.
Save aaronmcadam/95e223ed08ae991d27a3cfdef092730d to your computer and use it in GitHub Desktop.
/**
* Formats a list of Aggregates
* formatAggregates :: [Aggregate] -> [Aggregate]
* @param {Array<Object>} aggregates
* @returns {Array<Object>}
*/
const formatAggregates = aggregates => (
...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment