import { resource } from 'ember-resources'; const withState = ({ ...state }, fn) => resource(() => Object.assign(state, fn({ ...state }))); export default { withState };