UNPKG

@runicjs/runic

Version:

A lightweight, type-safe vanilla JS state management library

3 lines 153 B
import { Store } from './types'; export default function createStore<State>(initialState: State): Store<State>; //# sourceMappingURL=createStore.d.ts.map