UNPKG

@runicjs/runic

Version:

A lightweight, type-safe vanilla JS state management library

7 lines 237 B
import { Store } from '../types'; /** * Change the state back to the initial state. * @param store - The store to reset. */ export default function resetState<State>(store: Store<State>): void; //# sourceMappingURL=resetState.d.ts.map