| 199 | |
| 200 | it('StateCreator<T, [StoreMutatorIdentfier, unknown][]> is StateCreator<T, []>', () => { |
| 201 | interface State { |
| 202 | count: number |
| 203 | increment: () => void |
| 204 | } |
| 205 | |
| 206 | const foo: <M extends [StoreMutatorIdentifier, unknown][]>() => StateCreator< |
| 207 | State, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…