asciidisco/cfp-magick

View on GitHub
src/arryify_confs.js

Summary

Maintainability
A
0 mins
Test Coverage
// turns object based nested conf data into an array
module.exports = conferences => Object.keys(conferences).map(month => conferences[month])