Created
August 25, 2016 15:57
-
-
Save aaronmcadam/95e223ed08ae991d27a3cfdef092730d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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