client/src/store/index.js
author ymh <ymh.work@gmail.com>
Fri, 30 Nov 2018 14:49:19 +0100
changeset 184 aac6db7cea99
parent 168 ea92f4fe783d
permissions -rw-r--r--
first version of deploy script + set version to 0.1.0

import * as R from 'ramda';

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