UNPKG

launch.io

Version:

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

4 lines (3 loc) 224 B
import { Action, LaunchActions, ServiceActions } from "../types"; declare const _default: (initialState: any, actions: Action[], serviceActions: ServiceActions, launchActions: LaunchActions) => any; export default _default;