UNPKG

redux-providers

Version:

Minimalist dependency injection system for redux. Create providers to be injected and used in redux reducers.

5 lines 253 B
import { Constructable } from "../types/constructable"; export declare function bootstrap(moduleTarget: Constructable<any>): { instanceContainer: import("../container/instance-container").InstanceContainer; }; //# sourceMappingURL=bootstrap.d.ts.map