// @flow /* hardSet: - hard set incoming state */ export default function hardSet(inboundState: State): State { return inboundState }