* Creates an array with all falsey values of `array` removed. The values * `false`, `null`, `0`, `""`, `undefined` and `NaN` are all falsey. * * @static * @memberOf _ * @category Arrays * @param {Array} array The array to compact. * @returns {Array} Returns a new f
(array)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected