resetReState

This method resets the state of the entire store with the first state of the store or initialState setted by setReStgateInitialValue.

import { resetReState } from '@raulpesilva/re-state';
type resetReState = () => void;