import { bundle } from 'riduce'
bundle(actions, type?)
actions
: arrayTypeScript: (Action|BundledAction)[]
An array of Riduce-standard actions (which can themselves be from a previous bundle
)
type
(optional): stringCustom type
property for the resultant bundled action. See Control action types
A Riduce-standard action with the passed type