UNPKG

lore

Version:

Convention-driven framework for building React-Redux applications

10 lines (9 loc) 285 B
import initializerLoader from '../loaders/initializers'; /** * Obtain the set of initializers that should be executed. * * @returns {Object} Set of initializers that should be loaded and executed. */ export default function getInitializers() { return initializerLoader.load(); }