UNPKG

launch.io

Version:

Launch.IO is an Ultra Hip, Simple, and Fast, Time Traveling React State Management Library

4 lines (3 loc) 287 B
import { Action, LaunchActions, Launcher, LaunchOptions, ServiceActions } from "../types"; declare const _default: (launchActions: LaunchActions, serviceActions: ServiceActions, launcher: Launcher, options: LaunchOptions) => (state: any, action: Action) => any; export default _default;