UNPKG

@react-ent/core

Version:
10 lines (8 loc) 182 B
import { Store } from './'; /** * Clear all data from the store and from session. */ export const removeAll = async () => { Store.clear(); sessionStorage.clear(); };