client/src/store/index.js
author ymh <ymh.work@gmail.com>
Thu, 11 Oct 2018 11:05:04 +0200
changeset 169 f98efa1bddd1
parent 168 ea92f4fe783d
permissions -rw-r--r--
Correct session edition

import * as R from 'ramda';

export const Record = defaultValue => R.compose(R.merge(defaultValue), R.pick(R.keys(defaultValue)));