Creation functions
This is the collection of creation functions within the store
module. There is only one function, createStore
.
createStore
The createStore
function creates a Store
, and is the main entry point into the store
module.