UNPKG

hta

Version:

The tiny framework for building Hyper Text Application with ease

6 lines (4 loc) 176 B
import { EMPTY_OBJECT } from "../core/types"; export function saveLocation(state, location) { return { location: { ...location, state: location.state || EMPTY_OBJECT } }; }