UNPKG

@nlabs/arkhamjs-middleware-redux

Version:

Integrate ArkhamJS state management within Redux

6 lines (5 loc) 277 B
/** * Copyright (c) 2018-Present, Nitrogen Labs, Inc. * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms. */ export declare const arkhamMiddleware: (statePath: string, Flux: any) => (store: any) => (next: any) => (action: any) => null;