UNPKG

koot

Version:

Koot.js - React isomorphic framework created by CMUX

8 lines (7 loc) 158 B
import { LOCATION_UPDATE } from './actionType' export function update(location) { return { type: LOCATION_UPDATE, location } }