UNPKG
foop
Version:
beta (5.0.0)
latest (5.0.0)
5.0.0
interfaces that describe their intentions.
github.com/fluents/chain-able
fluents/chain-able
foop
/
src
/
deps
/
cast
/
of.js
6 lines
(5 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
// // 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)