blob: ecef57bec989c05d0311e652a29785988719b8a6 [file] [log] [blame]
'use strict'
var _ = require('lodash')
module.exports = function(args) {
return _.flattenDeep(Array.prototype.slice.call(args))
}