Source: store.js, line 4 Methods <static> createStore(name, mechanism) → {Object} Creates a new store object. Parameters: Name Type Argument Description name String Store name. mechanism String <optional> - Source: store.js, line 34 Returns: Store object. Type Object