(next, subscriber, options)
| 14 | import { updateStackWithSourceMap } from './utils' |
| 15 | |
| 16 | function configureStore(next, subscriber, options) { |
| 17 | return instrument(subscriber, options)(next) |
| 18 | } |
| 19 | |
| 20 | const instances = { |
| 21 | /* [id]: { name, store, ... } */ |
no outgoing calls
no test coverage detected