We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ad26a commit 8e6109eCopy full SHA for 8e6109e
Sources/CoreTypes/Store.swift
@@ -8,15 +8,6 @@
8
9
import Foundation
10
11
-/**
12
- This class is the default implementation of the `Store` protocol. You will use this
13
- store in most of your applications. You shouldn't need to implement your own store.
14
- You initialize the store with a reducer and an initial application state,
15
- contained within an observable.
16
- */
17
-
18
-import Foundation
19
20
open class Store<ObservableProperty: ObservablePropertyType> where ObservableProperty.ValueType: StateType {
21
22
public typealias StoreMiddleware = Middleware<ObservableProperty.ValueType>
0 commit comments