UNPKG

foop

Version:

interfaces that describe their intentions.

6 lines (5 loc) 233 B
// // https://github.com/ramda/ramda/blob/master/src/objOf.js // const arrayOf = x => [x] // // https://github.com/ramda/ramda/blob/master/src/objOf.js // const _objOf = (key, obj) => ({[key]: obj}) // const objOf = curry(2, _objOf)